#D088B3

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

Shades of Lily #D088B3

Tints of Lily #D088B3

Color information

#D088B3 (or 0xD088B3) is unknown color: approx Lily. HEX triplet: D0, 88 and B3. RGB value is (208,136,179). Sum of RGB (Red+Green+Blue) = 208+136+179=523 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.77% from 523); Green value is 136 (53.52% from 255 or 26.00% from 523); Blue value is 179 (70.31% from 255 or 34.23% from 523); Max value from RGB is 208 - color contains mainly: red. Hex color #D088B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D088B3 is #2F774C. Grayscale: #A2A2A2. Windows color (decimal): -3110733 or 11765968. OLE color: 11765968.

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

Color convert

RGB208136179-
CMYK00.350.140.18
HSL324.17º43.37%67.45%-
HSV(B)324.17º34.62%81.57%-
XYZ42.9534.2747-
YUV162.43137.35160.5-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.77%
GREEN value IS 136 (53.52% from 255) = 26.00%
BLUE value IS 179 (70.31% from 255) = 34.23%
R=39.77%
G=26.00%
B=34.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813617900.350.140.18324.1743.3767.45
HexD088B3023E121442b43
Octal320210263043162250453103
Binary11010000100010001011001101000111110100101010001001010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D088B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D088B3; }

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

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

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

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

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

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

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

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