#D081BB

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

Shades of Lily #D081BB

Tints of Lily #D081BB

Color information

#D081BB (or 0xD081BB) is unknown color: approx Lily. HEX triplet: D0, 81 and BB. RGB value is (208,129,187). Sum of RGB (Red+Green+Blue) = 208+129+187=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 129 (50.78% from 255 or 24.62% from 524); Blue value is 187 (73.44% from 255 or 35.69% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D081BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081BB is #2F7E44. Grayscale: #9F9F9F. Windows color (decimal): -3112517 or 12288464. OLE color: 12288464.

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

Color convert

RGB208129187-
CMYK00.380.100.18
HSL315.95º45.66%66.08%-
HSV(B)315.95º37.98%81.57%-
XYZ42.8332.751.07-
YUV159.23143.67162.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 129 (50.78% from 255) = 24.62%
BLUE value IS 187 (73.44% from 255) = 35.69%
R=39.69%
G=24.62%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812918700.380.100.18315.9545.6666.08
HexD081BB026A1213c2e42
Octal320201273046122247456102
Binary11010000100000011011101101001101010100101001111001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081BB; }

 p { color: rgb(208,129,187); }

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

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

 a { background-color: rgb(208,129,187); }

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

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

 span { border-color: rgb(208,129,187); }

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