#D090CD

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

Shades of Lilac #D090CD

Tints of Lilac #D090CD

Color information

#D090CD (or 0xD090CD) is unknown color: approx Lilac. HEX triplet: D0, 90 and CD. RGB value is (208,144,205). Sum of RGB (Red+Green+Blue) = 208+144+205=557 (73% of max value = 765). Red value is 208 (81.64% from 255 or 37.34% from 557); Green value is 144 (56.64% from 255 or 25.85% from 557); Blue value is 205 (80.47% from 255 or 36.80% from 557); Max value from RGB is 208 - color contains mainly: red. Hex color #D090CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090CD is #2F6F32. Grayscale: #A9A9A9. Windows color (decimal): -3108659 or 13471952. OLE color: 13471952.

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

Color convert

RGB208144205-
CMYK00.310.010.18
HSL302.81º40.51%69.02%-
HSV(B)302.81º30.77%81.57%-
XYZ47.0137.7662.57-
YUV170.09147.7155.04-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.34%
GREEN value IS 144 (56.64% from 255) = 25.85%
BLUE value IS 205 (80.47% from 255) = 36.80%
R=37.34%
G=25.85%
B=36.80%

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
Decimal20814420500.310.010.18302.8140.5169.02
HexD090CD01F11212f2945
Octal32022031503712245751105
Binary1101000010010000110011010111111100101001011111010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090CD; }

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

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

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

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

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

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

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

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