#D080B1

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

Shades of Lily #D080B1

Tints of Lily #D080B1

Color information

#D080B1 (or 0xD080B1) is unknown color: approx Lily. HEX triplet: D0, 80 and B1. RGB value is (208,128,177). Sum of RGB (Red+Green+Blue) = 208+128+177=513 (67% of max value = 765). Red value is 208 (81.64% from 255 or 40.55% from 513); Green value is 128 (50.39% from 255 or 24.95% from 513); Blue value is 177 (69.53% from 255 or 34.50% from 513); Max value from RGB is 208 - color contains mainly: red. Hex color #D080B1 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D080B1 is #2F7F4E. Grayscale: #9D9D9D. Windows color (decimal): -3112783 or 11632848. OLE color: 11632848.

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

Color convert

RGB208128177-
CMYK00.380.150.18
HSL323.25º45.98%65.88%-
HSV(B)323.25º38.46%81.57%-
XYZ41.6732.0245.58-
YUV157.51139164.02-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40.55%
GREEN value IS 128 (50.39% from 255) = 24.95%
BLUE value IS 177 (69.53% from 255) = 34.50%
R=40.55%
G=24.95%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.15
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812817700.380.150.18323.2545.9865.88
HexD080B1026F121432e42
Octal320200261046172250356102
Binary11010000100000001011000101001101111100101010000111011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D080B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D080B1; }

 p { color: rgb(208,128,177); }

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

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

 a { background-color: rgb(208,128,177); }

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

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

 span { border-color: rgb(208,128,177); }

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