#D081B5

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

Shades of Lily #D081B5

Tints of Lily #D081B5

Color information

#D081B5 (or 0xD081B5) is unknown color: approx Lily. HEX triplet: D0, 81 and B5. RGB value is (208,129,181). Sum of RGB (Red+Green+Blue) = 208+129+181=518 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.15% from 518); Green value is 129 (50.78% from 255 or 24.90% from 518); Blue value is 181 (71.09% from 255 or 34.94% from 518); Max value from RGB is 208 - color contains mainly: red. Hex color #D081B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #D081B5 is #2F7E4A. Grayscale: #9E9E9E. Windows color (decimal): -3112523 or 11895248. OLE color: 11895248.

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

Color convert

RGB208129181-
CMYK00.380.130.18
HSL320.51º45.66%66.08%-
HSV(B)320.51º37.98%81.57%-
XYZ42.232.4547.75-
YUV158.55140.67163.27-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.15%
GREEN value IS 129 (50.78% from 255) = 24.90%
BLUE value IS 181 (71.09% from 255) = 34.94%
R=40.15%
G=24.90%
B=34.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.13
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812918100.380.130.18320.5145.6666.08
HexD081B5026D121412e42
Octal320201265046152250156102
Binary11010000100000011011010101001101101100101010000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081B5; }

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

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

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

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

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

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

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

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