#D090C5

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

Shades of Lilac #D090C5

Tints of Lilac #D090C5

Color information

#D090C5 (or 0xD090C5) is unknown color: approx Lilac. HEX triplet: D0, 90 and C5. RGB value is (208,144,197). Sum of RGB (Red+Green+Blue) = 208+144+197=549 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.89% from 549); Green value is 144 (56.64% from 255 or 26.23% from 549); Blue value is 197 (77.34% from 255 or 35.88% from 549); Max value from RGB is 208 - color contains mainly: red. Hex color #D090C5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D090C5 is #2F6F3A. Grayscale: #A9A9A9. Windows color (decimal): -3108667 or 12947664. OLE color: 12947664.

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

Color convert

RGB208144197-
CMYK00.310.050.18
HSL310.31º40.51%69.02%-
HSV(B)310.31º30.77%81.57%-
XYZ46.0637.3957.61-
YUV169.18143.7155.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.89%
GREEN value IS 144 (56.64% from 255) = 26.23%
BLUE value IS 197 (77.34% from 255) = 35.88%
R=37.89%
G=26.23%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.05
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814419700.310.050.18310.3140.5169.02
HexD090C501F5121362945
Octal32022030503752246651105
Binary110100001001000011000101011111101100101001101101010011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D090C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D090C5; }

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

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

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

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

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

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

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

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