#D082BB

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

Shades of Lily #D082BB

Tints of Lily #D082BB

Color information

#D082BB (or 0xD082BB) is unknown color: approx Lily. HEX triplet: D0, 82 and BB. RGB value is (208,130,187). Sum of RGB (Red+Green+Blue) = 208+130+187=525 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.62% from 525); Green value is 130 (51.17% from 255 or 24.76% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 208 - color contains mainly: red. Hex color #D082BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D082BB is #2F7D44. Grayscale: #9F9F9F. Windows color (decimal): -3112261 or 12288720. OLE color: 12288720.

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

Color convert

RGB208130187-
CMYK00.380.100.18
HSL316.15º45.35%66.27%-
HSV(B)316.15º37.5%81.57%-
XYZ42.9632.9651.11-
YUV159.82143.34162.37-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.62%
GREEN value IS 130 (51.17% from 255) = 24.76%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=39.62%
G=24.76%
B=35.62%

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
Decimal20813018700.380.100.18316.1545.3566.27
HexD082BB026A1213c2d42
Octal320202273046122247455102
Binary11010000100000101011101101001101010100101001111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D082BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D082BB; }

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

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

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

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

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

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

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

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