#D088CA

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

Shades of Lilac #D088CA

Tints of Lilac #D088CA

Color information

#D088CA (or 0xD088CA) is unknown color: approx Lilac. HEX triplet: D0, 88 and CA. RGB value is (208,136,202). Sum of RGB (Red+Green+Blue) = 208+136+202=546 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.10% from 546); Green value is 136 (53.52% from 255 or 24.91% from 546); Blue value is 202 (79.30% from 255 or 37.00% from 546); Max value from RGB is 208 - color contains mainly: red. Hex color #D088CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088CA is #2F7735. Grayscale: #A4A4A4. Windows color (decimal): -3110710 or 13273296. OLE color: 13273296.

HSL color Cylindrical-coordinate representation of color #D088CA: hue angle of 305º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D088CA is Cyan = 0, Magento = 0.35, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB208136202-
CMYK00.350.030.18
HSL305º43.37%67.45%-
HSV(B)305º34.62%81.57%-
XYZ45.4835.2860.29-
YUV165.05148.85158.63-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.10%
GREEN value IS 136 (53.52% from 255) = 24.91%
BLUE value IS 202 (79.30% from 255) = 37.00%
R=38.10%
G=24.91%
B=37.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.03
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813620200.350.030.1830543.3767.45
HexD088CA0233121312b43
Octal32021031204332246153103
Binary110100001000100011001010010001111100101001100011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088CA; }

 p { color: rgb(208,136,202); }

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

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

 a { background-color: rgb(208,136,202); }

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

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

 span { border-color: rgb(208,136,202); }

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