#D088B0

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

Shades of Lily #D088B0

Tints of Lily #D088B0

Color information

#D088B0 (or 0xD088B0) is unknown color: approx Lily. HEX triplet: D0, 88 and B0. RGB value is (208,136,176). Sum of RGB (Red+Green+Blue) = 208+136+176=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 136 (53.52% from 255 or 26.15% from 520); Blue value is 176 (69.14% from 255 or 33.85% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D088B0 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D088B0 is #2F774F. Grayscale: #A2A2A2. Windows color (decimal): -3110736 or 11569360. OLE color: 11569360.

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

Color convert

RGB208136176-
CMYK00.350.150.18
HSL326.67º43.37%67.45%-
HSV(B)326.67º34.62%81.57%-
XYZ42.6534.1545.42-
YUV162.09135.85160.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 136 (53.52% from 255) = 26.15%
BLUE value IS 176 (69.14% from 255) = 33.85%
R=40%
G=26.15%
B=33.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813617600.350.150.18326.6743.3767.45
HexD088B0023F121472b43
Octal320210260043172250753103
Binary11010000100010001011000001000111111100101010001111010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088B0; }

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

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

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

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

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

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

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

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