#D07F85

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

Shades of Charm #D07F85

Tints of Charm #D07F85

Color information

#D07F85 (or 0xD07F85) is unknown color: approx Charm. HEX triplet: D0, 7F and 85. RGB value is (208,127,133). Sum of RGB (Red+Green+Blue) = 208+127+133=468 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.44% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 133 (52.34% from 255 or 28.42% from 468); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F85 is #2F807A. Grayscale: #979797. Windows color (decimal): -3113083 or 8749008. OLE color: 8749008.

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

Color convert

RGB208127133-
CMYK00.390.360.18
HSL355.56º46.29%65.69%-
HSV(B)355.56º38.94%81.57%-
XYZ37.8430.2826.04-
YUV151.9117.34168.01-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.44%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 133 (52.34% from 255) = 28.42%
R=44.44%
G=27.14%
B=28.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812713300.390.360.18355.5646.2965.69
HexD07F8502724121642e42
Octal320177205047442254456102
Binary110100001111111100001010100111100100100101011001001011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F85; }

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

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

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

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

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

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

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

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