#D490CD

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

Shades of Lilac #D490CD

Tints of Lilac #D490CD

Color information

#D490CD (or 0xD490CD) is unknown color: approx Lilac. HEX triplet: D4, 90 and CD. RGB value is (212,144,205). Sum of RGB (Red+Green+Blue) = 212+144+205=561 (74% of max value = 765). Red value is 212 (83.20% from 255 or 37.79% from 561); Green value is 144 (56.64% from 255 or 25.67% from 561); Blue value is 205 (80.47% from 255 or 36.54% from 561); Max value from RGB is 212 - color contains mainly: red. Hex color #D490CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D490CD is #2B6F32. Grayscale: #ABABAB. Windows color (decimal): -2846515 or 13471956. OLE color: 13471956.

HSL color Cylindrical-coordinate representation of color #D490CD: hue angle of 306.18º 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 #D490CD is Cyan = 0, Magento = 0.32, Yellow = 0.03 and Black (K on CMYK) = 0.17.

Color convert

RGB212144205-
CMYK00.320.030.17
HSL306.18º44.16%69.8%-
HSV(B)306.18º32.08%83.14%-
XYZ48.1438.3562.62-
YUV171.29147.03157.04-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 37.79%
GREEN value IS 144 (56.64% from 255) = 25.67%
BLUE value IS 205 (80.47% from 255) = 36.54%
R=37.79%
G=25.67%
B=36.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.03
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21214420500.320.030.17306.1844.1669.8
HexD490CD0203111322c46
Octal32422031504032146254106
Binary110101001001000011001101010000011100011001100101011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D490CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D490CD; }

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

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

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

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

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

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

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

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