#D088CC

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

Shades of Lilac #D088CC

Tints of Lilac #D088CC

Color information

#D088CC (or 0xD088CC) is unknown color: approx Lilac. HEX triplet: D0, 88 and CC. RGB value is (208,136,204). Sum of RGB (Red+Green+Blue) = 208+136+204=548 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.96% from 548); Green value is 136 (53.52% from 255 or 24.82% from 548); Blue value is 204 (80.08% from 255 or 37.23% from 548); Max value from RGB is 208 - color contains mainly: red. Hex color #D088CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088CC is #2F7733. Grayscale: #A5A5A5. Windows color (decimal): -3110708 or 13404368. OLE color: 13404368.

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

Color convert

RGB208136204-
CMYK00.350.020.18
HSL303.33º43.37%67.45%-
HSV(B)303.33º34.62%81.57%-
XYZ45.7235.3861.55-
YUV165.28149.85158.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.96%
GREEN value IS 136 (53.52% from 255) = 24.82%
BLUE value IS 204 (80.08% from 255) = 37.23%
R=37.96%
G=24.82%
B=37.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.02
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813620400.350.020.18303.3343.3767.45
HexD088CC02321212f2b43
Octal32021031404322245753103
Binary110100001000100011001100010001110100101001011111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088CC; }

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

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

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

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

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

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

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

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