#D981E6

Color #D981E6 Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Violet #D981E6

Tints of Violet #D981E6

Color information

#D981E6 (or 0xD981E6) is unknown color: approx Violet. HEX triplet: D9, 81 and E6. RGB value is (217,129,230). Sum of RGB (Red+Green+Blue) = 217+129+230=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 129 (50.78% from 255 or 22.40% from 576); Blue value is 230 (90.23% from 255 or 39.93% from 576); Max value from RGB is 230 - color contains mainly: blue. Hex color #D981E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #D981E6 is #267E19. Grayscale: #A6A6A6. Windows color (decimal): -2522650 or 15106521. OLE color: 15106521.

HSL color Cylindrical-coordinate representation of color #D981E6: hue angle of 292.28º degrees, saturation: 0.67, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D981E6 is Cyan = 0.06, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217129230-
CMYK0.060.4400.10
HSL292.28º66.89%70.39%-
HSV(B)292.28º43.91%90.2%-
XYZ50.7536.1779.17-
YUV166.83163.65163.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 217 (85.16% from 255) = 37.67%
GREEN value IS 129 (50.78% from 255) = 22.40%
BLUE value IS 230 (90.23% from 255) = 39.93%
R=37.67%
G=22.40%
B=39.93%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2171292300.060.4400.10292.2866.8970.39
HexD981E662C0A1244346
Octal331201346654012444103106
Binary1101100110000001111001101101011000101010010010010000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D981E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D981E6; }

 p { color: rgb(217,129,230); }

 H1.HeaderClassName
 {
   color: #D981E6;
 }
 .AnyTagClassName
 {
   color: #D981E6;
 }
</style>
background-color css

<style>
 a { background-color: #D981E6; }

 a { background-color: rgb(217,129,230); }

 div.DivClassName
 {
   background-color: #D981E6;
 }
 .BgClassName
 {
   background-color: #D981E6;
 }
</style>
border-color css

<style>
 span { border-color: #D981E6; }

 span { border-color: rgb(217,129,230); }

 td.TdClassName
 {
   border-color: #D981E6;
 }
 .TagClassName
 {
   border-color: #D981E6;
 }
</style>