#D083BB

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

Shades of Lily #D083BB

Tints of Lily #D083BB

Color information

#D083BB (or 0xD083BB) is unknown color: approx Lily. HEX triplet: D0, 83 and BB. RGB value is (208,131,187). Sum of RGB (Red+Green+Blue) = 208+131+187=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 131 (51.56% from 255 or 24.90% from 526); Blue value is 187 (73.44% from 255 or 35.55% from 526); Max value from RGB is 208 - color contains mainly: red. Hex color #D083BB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083BB is #2F7C44. Grayscale: #A0A0A0. Windows color (decimal): -3112005 or 12288976. OLE color: 12288976.

HSL color Cylindrical-coordinate representation of color #D083BB: hue angle of 316.36º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D083BB is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.18.

Color convert

RGB208131187-
CMYK00.370.100.18
HSL316.36º45.03%66.47%-
HSV(B)316.36º37.02%81.57%-
XYZ43.133.2351.16-
YUV160.41143.01161.95-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 131 (51.56% from 255) = 24.90%
BLUE value IS 187 (73.44% from 255) = 35.55%
R=39.54%
G=24.90%
B=35.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.10
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813118700.370.100.18316.3645.0366.47
HexD083BB025A1213c2d42
Octal320203273045122247455102
Binary11010000100000111011101101001011010100101001111001011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083BB; }

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

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

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

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

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

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

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

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