#D088C3

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

Shades of Lilac #D088C3

Tints of Lilac #D088C3

Color information

#D088C3 (or 0xD088C3) is unknown color: approx Lilac. HEX triplet: D0, 88 and C3. RGB value is (208,136,195). Sum of RGB (Red+Green+Blue) = 208+136+195=539 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.59% from 539); Green value is 136 (53.52% from 255 or 25.23% from 539); Blue value is 195 (76.56% from 255 or 36.18% from 539); Max value from RGB is 208 - color contains mainly: red. Hex color #D088C3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088C3 is #2F773C. Grayscale: #A4A4A4. Windows color (decimal): -3110717 or 12814544. OLE color: 12814544.

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

Color convert

RGB208136195-
CMYK00.350.060.18
HSL310.83º43.37%67.45%-
HSV(B)310.83º34.62%81.57%-
XYZ44.6734.9656.02-
YUV164.25145.35159.2-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 38.59%
GREEN value IS 136 (53.52% from 255) = 25.23%
BLUE value IS 195 (76.56% from 255) = 36.18%
R=38.59%
G=25.23%
B=36.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.06
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813619500.350.060.18310.8343.3767.45
HexD088C30236121372b43
Octal32021030304362246753103
Binary1101000010001000110000110100011110100101001101111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088C3; }

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

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

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

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

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

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

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

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