#D081B2

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

Shades of Lily #D081B2

Tints of Lily #D081B2

Color information

#D081B2 (or 0xD081B2) is unknown color: approx Lily. HEX triplet: D0, 81 and B2. RGB value is (208,129,178). Sum of RGB (Red+Green+Blue) = 208+129+178=515 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40.39% from 515); Green value is 129 (50.78% from 255 or 25.05% from 515); Blue value is 178 (69.92% from 255 or 34.56% from 515); Max value from RGB is 208 - color contains mainly: red. Hex color #D081B2 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D081B2 is #2F7E4D. Grayscale: #9E9E9E. Windows color (decimal): -3112526 or 11698640. OLE color: 11698640.

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

Color convert

RGB208129178-
CMYK00.380.140.18
HSL322.78º45.66%66.08%-
HSV(B)322.78º37.98%81.57%-
XYZ41.932.3246.15-
YUV158.21139.17163.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.39%
GREEN value IS 129 (50.78% from 255) = 25.05%
BLUE value IS 178 (69.92% from 255) = 34.56%
R=40.39%
G=25.05%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.14
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812917800.380.140.18322.7845.6666.08
HexD081B2026E121432e42
Octal320201262046162250356102
Binary11010000100000011011001001001101110100101010000111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D081B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D081B2; }

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

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

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

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

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

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

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

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