#D490CB

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

Shades of Lilac #D490CB

Tints of Lilac #D490CB

Color information

#D490CB (or 0xD490CB) is unknown color: approx Lilac. HEX triplet: D4, 90 and CB. RGB value is (212,144,203). Sum of RGB (Red+Green+Blue) = 212+144+203=559 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.92% from 559); Green value is 144 (56.64% from 255 or 25.76% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 212 - color contains mainly: red. Hex color #D490CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490CB is #2B6F34. Grayscale: #AAAAAA. Windows color (decimal): -2846517 or 13340884. OLE color: 13340884.

HSL color Cylindrical-coordinate representation of color #D490CB: hue angle of 307.94º degrees, saturation: 0.44, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D490CB is Cyan = 0, Magento = 0.32, Yellow = 0.04 and Black (K on CMYK) = 0.17.

Color convert

RGB212144203-
CMYK00.320.040.17
HSL307.94º44.16%69.8%-
HSV(B)307.94º32.08%83.14%-
XYZ47.938.2661.36-
YUV171.06146.03157.2-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.92%
GREEN value IS 144 (56.64% from 255) = 25.76%
BLUE value IS 203 (79.69% from 255) = 36.31%
R=37.92%
G=25.76%
B=36.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.04
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214420300.320.040.17307.9444.1669.8
HexD490CB0204111342c46
Octal32422031304042146454106
Binary1101010010010000110010110100000100100011001101001011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490CB; }

 p { color: rgb(212,144,203); }

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

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

 a { background-color: rgb(212,144,203); }

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

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

 span { border-color: rgb(212,144,203); }

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