#D080BA

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

Shades of Lily #D080BA

Tints of Lily #D080BA

Color information

#D080BA (or 0xD080BA) is unknown color: approx Lily. HEX triplet: D0, 80 and BA. RGB value is (208,128,186). Sum of RGB (Red+Green+Blue) = 208+128+186=522 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.85% from 522); Green value is 128 (50.39% from 255 or 24.52% from 522); Blue value is 186 (73.05% from 255 or 35.63% from 522); Max value from RGB is 208 - color contains mainly: red. Hex color #D080BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D080BA is #2F7F45. Grayscale: #9E9E9E. Windows color (decimal): -3112774 or 12222672. OLE color: 12222672.

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

Color convert

RGB208128186-
CMYK00.380.110.18
HSL316.5º45.98%65.88%-
HSV(B)316.5º38.46%81.57%-
XYZ42.5932.3950.46-
YUV158.53143.5163.28-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.85%
GREEN value IS 128 (50.39% from 255) = 24.52%
BLUE value IS 186 (73.05% from 255) = 35.63%
R=39.85%
G=24.52%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812818600.380.110.18316.545.9865.88
HexD080BA026B1213c2e42
Octal320200272046132247456102
Binary11010000100000001011101001001101011100101001111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080BA; }

 p { color: rgb(208,128,186); }

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

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

 a { background-color: rgb(208,128,186); }

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

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

 span { border-color: rgb(208,128,186); }

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