#D096C0

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

Shades of Lily #D096C0

Tints of Lily #D096C0

Color information

#D096C0 (or 0xD096C0) is unknown color: approx Lily. HEX triplet: D0, 96 and C0. RGB value is (208,150,192). Sum of RGB (Red+Green+Blue) = 208+150+192=550 (72% of max value = 765). Red value is 208 (81.64% from 255 or 37.82% from 550); Green value is 150 (58.98% from 255 or 27.27% from 550); Blue value is 192 (75.39% from 255 or 34.91% from 550); Max value from RGB is 208 - color contains mainly: red. Hex color #D096C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D096C0 is #2F693F. Grayscale: #ACACAC. Windows color (decimal): -3107136 or 12621520. OLE color: 12621520.

HSL color Cylindrical-coordinate representation of color #D096C0: hue angle of 316.55º degrees, saturation: 0.38, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D096C0 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208150192-
CMYK00.280.080.18
HSL316.55º38.16%70.2%-
HSV(B)316.55º27.88%81.57%-
XYZ46.4339.0354.96-
YUV172.13139.22153.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 37.82%
GREEN value IS 150 (58.98% from 255) = 27.27%
BLUE value IS 192 (75.39% from 255) = 34.91%
R=37.82%
G=27.27%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20815019200.280.080.18316.5538.1670.2
HexD096C001C81213d2646
Octal320226300034102247546106
Binary1101000010010110110000000111001000100101001111011001101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D096C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D096C0; }

 p { color: rgb(208,150,192); }

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

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

 a { background-color: rgb(208,150,192); }

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

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

 span { border-color: rgb(208,150,192); }

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