#D089BA

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

Shades of Lily #D089BA

Tints of Lily #D089BA

Color information

#D089BA (or 0xD089BA) is unknown color: approx Lily. HEX triplet: D0, 89 and BA. RGB value is (208,137,186). Sum of RGB (Red+Green+Blue) = 208+137+186=531 (70% of max value = 765). Red value is 208 (81.64% from 255 or 39.17% from 531); Green value is 137 (53.91% from 255 or 25.80% from 531); Blue value is 186 (73.05% from 255 or 35.03% from 531); Max value from RGB is 208 - color contains mainly: red. Hex color #D089BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D089BA is #2F7645. Grayscale: #A3A3A3. Windows color (decimal): -3110470 or 12224976. OLE color: 12224976.

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

Color convert

RGB208137186-
CMYK00.340.110.18
HSL318.59º43.03%67.65%-
HSV(B)318.59º34.13%81.57%-
XYZ43.8234.8550.87-
YUV163.82140.52159.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.17%
GREEN value IS 137 (53.91% from 255) = 25.80%
BLUE value IS 186 (73.05% from 255) = 35.03%
R=39.17%
G=25.80%
B=35.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813718600.340.110.18318.5943.0367.65
HexD089BA022B1213f2b44
Octal320211272042132247753104
Binary11010000100010011011101001000101011100101001111111010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D089BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D089BA; }

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

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

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

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

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

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

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

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