#D07FB9

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

Shades of Lily #D07FB9

Tints of Lily #D07FB9

Color information

#D07FB9 (or 0xD07FB9) is unknown color: approx Lily. HEX triplet: D0, 7F and B9. RGB value is (208,127,185). Sum of RGB (Red+Green+Blue) = 208+127+185=520 (68% of max value = 765). Red value is 208 (81.64% from 255 or 40% from 520); Green value is 127 (50% from 255 or 24.42% from 520); Blue value is 185 (72.66% from 255 or 35.58% from 520); Max value from RGB is 208 - color contains mainly: red. Hex color #D07FB9 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D07FB9 is #2F8046. Grayscale: #9D9D9D. Windows color (decimal): -3113031 or 12156880. OLE color: 12156880.

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

Color convert

RGB208127185-
CMYK00.390.110.18
HSL317.04º46.29%65.69%-
HSV(B)317.04º38.94%81.57%-
XYZ42.3632.0949.86-
YUV157.83143.34163.78-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 40%
GREEN value IS 127 (50% from 255) = 24.42%
BLUE value IS 185 (72.66% from 255) = 35.58%
R=40%
G=24.42%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.11
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812718500.390.110.18317.0446.2965.69
HexD07FB9027B1213d2e42
Octal320177271047132247556102
Binary1101000011111111011100101001111011100101001111011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07FB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07FB9; }

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

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

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

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

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

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

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

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