#D083B9

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

Shades of Lily #D083B9

Tints of Lily #D083B9

Color information

#D083B9 (or 0xD083B9) is unknown color: approx Lily. HEX triplet: D0, 83 and B9. RGB value is (208,131,185). Sum of RGB (Red+Green+Blue) = 208+131+185=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 131 (51.56% from 255 or 25% from 524); Blue value is 185 (72.66% from 255 or 35.31% from 524); Max value from RGB is 208 - color contains mainly: red. Hex color #D083B9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D083B9 is #2F7C46. Grayscale: #A0A0A0. Windows color (decimal): -3112007 or 12157904. OLE color: 12157904.

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

Color convert

RGB208131185-
CMYK00.370.110.18
HSL317.92º45.03%66.47%-
HSV(B)317.92º37.02%81.57%-
XYZ42.8933.1550.04-
YUV160.18142.01162.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 131 (51.56% from 255) = 25%
BLUE value IS 185 (72.66% from 255) = 35.31%
R=39.69%
G=25%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813118500.370.110.18317.9245.0366.47
HexD083B9025B1213e2d42
Octal320203271045132247655102
Binary11010000100000111011100101001011011100101001111101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D083B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D083B9; }

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

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

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

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

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

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

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

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