#D290D0

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

Shades of Lilac #D290D0

Tints of Lilac #D290D0

Color information

#D290D0 (or 0xD290D0) is unknown color: approx Lilac. HEX triplet: D2, 90 and D0. RGB value is (210,144,208). Sum of RGB (Red+Green+Blue) = 210+144+208=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 144 (56.64% from 255 or 25.62% from 562); Blue value is 208 (81.64% from 255 or 37.01% from 562); Max value from RGB is 210 - color contains mainly: red. Hex color #D290D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290D0 is #2D6F2F. Grayscale: #AAAAAA. Windows color (decimal): -2977584 or 13668562. OLE color: 13668562.

HSL color Cylindrical-coordinate representation of color #D290D0: hue angle of 301.82º degrees, saturation: 0.42, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #D290D0 is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210144208-
CMYK00.310.010.18
HSL301.82º42.31%69.41%-
HSV(B)301.82º31.43%82.35%-
XYZ47.9438.264.52-
YUV171.03148.87155.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.37%
GREEN value IS 144 (56.64% from 255) = 25.62%
BLUE value IS 208 (81.64% from 255) = 37.01%
R=37.37%
G=25.62%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.01
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21014420800.310.010.18301.8242.3169.41
HexD290D001F11212e2a45
Octal32222032003712245652105
Binary1101001010010000110100000111111100101001011101010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290D0; }

 p { color: rgb(210,144,208); }

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

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

 a { background-color: rgb(210,144,208); }

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

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

 span { border-color: rgb(210,144,208); }

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