#D07E84

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

Shades of Charm #D07E84

Tints of Charm #D07E84

Color information

#D07E84 (or 0xD07E84) is unknown color: approx Charm. HEX triplet: D0, 7E and 84. RGB value is (208,126,132). Sum of RGB (Red+Green+Blue) = 208+126+132=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 126 (49.61% from 255 or 27.04% from 466); Blue value is 132 (51.95% from 255 or 28.33% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D07E84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07E84 is #2F817B. Grayscale: #979797. Windows color (decimal): -3113340 or 8683216. OLE color: 8683216.

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

Color convert

RGB208126132-
CMYK00.390.370.18
HSL355.61º46.59%65.49%-
HSV(B)355.61º39.42%81.57%-
XYZ37.643025.64-
YUV151.2117.17168.51-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.64%
GREEN value IS 126 (49.61% from 255) = 27.04%
BLUE value IS 132 (51.95% from 255) = 28.33%
R=44.64%
G=27.04%
B=28.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20812613200.390.370.18355.6146.5965.49
HexD07E8402725121642f41
Octal320176204047452254457101
Binary110100001111110100001000100111100101100101011001001011111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D07E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D07E84; }

 p { color: rgb(208,126,132); }

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

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

 a { background-color: rgb(208,126,132); }

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

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

 span { border-color: rgb(208,126,132); }

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