#D290CF

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

Shades of Lilac #D290CF

Tints of Lilac #D290CF

Color information

#D290CF (or 0xD290CF) is unknown color: approx Lilac. HEX triplet: D2, 90 and CF. RGB value is (210,144,207). Sum of RGB (Red+Green+Blue) = 210+144+207=561 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.43% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 207 (81.25% from 255 or 36.90% from 561); Max value from RGB is 210 - color contains mainly: red. Hex color #D290CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D290CF is #2D6F30. Grayscale: #AAAAAA. Windows color (decimal): -2977585 or 13603026. OLE color: 13603026.

HSL color Cylindrical-coordinate representation of color #D290CF: hue angle of 302.73º 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 #D290CF is Cyan = 0, Magento = 0.31, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB210144207-
CMYK00.310.010.18
HSL302.73º42.31%69.41%-
HSV(B)302.73º31.43%82.35%-
XYZ47.8138.1563.88-
YUV170.92148.37155.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 37.43%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 207 (81.25% from 255) = 36.90%
R=37.43%
G=25.67%
B=36.90%

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
Decimal21014420700.310.010.18302.7342.3169.41
HexD290CF01F11212f2a45
Octal32222031703712245752105
Binary1101001010010000110011110111111100101001011111010101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D290CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D290CF; }

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

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

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

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

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

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

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

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