Shades of Charm #D07F80
Tints of Charm #D07F80
RGB
CMYK
RGB Variations
Color information
#D07F80 (or 0xD07F80) is known color: Charm. HEX triplet: D0, 7F and 80. RGB value is (208,127,128). Sum of RGB (Red+Green+Blue) = 208+127+128=463 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.92% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 128 (50.39% from 255 or 27.65% from 463); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F80 is #2F807F. Grayscale: #979797. Windows color (decimal): -3113088 or 8421328. OLE color: 8421328.
HSL color Cylindrical-coordinate representation of color #D07F80: hue angle of 359.26º 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 #D07F80 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 128 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.18 |
| HSL | 359.26º | 0.46% | 0.66% | - |
| HSV(B) | 359.26º | 0.39% | 0.82% | - |
| XYZ | 37.5 | 30.15 | 24.26 | - |
| YUV | 151.33 | 114.84 | 168.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 128 | 0 | 0.39 | 0.38 | 0.18 | 359.26 | 0.46 | 0.66 |
| Hex | D0 | 7F | 80 | 0 | 27 | 26 | 12 | 167 | 2E | 42 |
| Octal | 320 | 177 | 200 | 0 | 47 | 46 | 22 | 547 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10000000 | 0 | 100111 | 100110 | 10010 | 101100111 | 101110 | 1000010 |
Color Harmonies of #D07F80
Complementary color
Monochromatic Colors of #D07F80
Black with #D07F80
Text Example
Text Example
White with #D07F80
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F80; }
p { color: rgb(208,127,128); }
H1.HeaderClassName
{
color: #D07F80;
}
.AnyTagClassName
{
color: #D07F80;
}
</style>
background-color css
<style>
a { background-color: #D07F80; }
a { background-color: rgb(208,127,128); }
div.DivClassName
{
background-color: #D07F80;
}
.BgClassName
{
background-color: #D07F80;
}
</style>
border-color css
<style>
span { border-color: #D07F80; }
span { border-color: rgb(208,127,128); }
td.TdClassName
{
border-color: #D07F80;
}
.TagClassName
{
border-color: #D07F80;
}
</style>