#D07F89

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

Shades of Charm #D07F89

Tints of Charm #D07F89

Color information

#D07F89 (or 0xD07F89) is unknown color: approx Charm. HEX triplet: D0, 7F and 89. RGB value is (208,127,137). Sum of RGB (Red+Green+Blue) = 208+127+137=472 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.07% from 472); Green value is 127 (50% from 255 or 26.91% from 472); Blue value is 137 (53.91% from 255 or 29.03% from 472); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F89 is #2F8076. Grayscale: #989898. Windows color (decimal): -3113079 or 9011152. OLE color: 9011152.

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

Color convert

RGB208127137-
CMYK00.390.340.18
HSL352.59º46.29%65.69%-
HSV(B)352.59º38.94%81.57%-
XYZ38.1230.3927.52-
YUV152.36119.34167.69-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.07%
GREEN value IS 127 (50% from 255) = 26.91%
BLUE value IS 137 (53.91% from 255) = 29.03%
R=44.07%
G=26.91%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812713700.390.340.18352.5946.2965.69
HexD07F8902722121612e42
Octal320177211047422254156102
Binary110100001111111100010010100111100010100101011000011011101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07F89; }

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

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

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

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

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

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

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

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