Shades of Charm #D07F83
Tints of Charm #D07F83
RGB
CMYK
RGB Variations
Color information
#D07F83 (or 0xD07F83) is known color: Charm. HEX triplet: D0, 7F and 83. RGB value is (208,127,131). Sum of RGB (Red+Green+Blue) = 208+127+131=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 131 (51.56% from 255 or 28.11% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F83 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F83 is #2F807C. Grayscale: #979797. Windows color (decimal): -3113085 or 8617936. OLE color: 8617936.
HSL color Cylindrical-coordinate representation of color #D07F83: hue angle of 357.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 #D07F83 is Cyan = 0, Magento = 0.39, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 131 | - |
| CMYK | 0 | 0.39 | 0.37 | 0.18 |
| HSL | 357.04º | 0.46% | 0.66% | - |
| HSV(B) | 357.04º | 0.39% | 0.82% | - |
| XYZ | 37.7 | 30.23 | 25.32 | - |
| YUV | 151.68 | 116.34 | 168.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 131 | 0 | 0.39 | 0.37 | 0.18 | 357.04 | 0.46 | 0.66 |
| Hex | D0 | 7F | 83 | 0 | 27 | 25 | 12 | 165 | 2E | 42 |
| Octal | 320 | 177 | 203 | 0 | 47 | 45 | 22 | 545 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10000011 | 0 | 100111 | 100101 | 10010 | 101100101 | 101110 | 1000010 |
Color Harmonies of #D07F83
Complementary color
Monochromatic Colors of #D07F83
Black with #D07F83
Text Example
Text Example
White with #D07F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F83; }
p { color: rgb(208,127,131); }
H1.HeaderClassName
{
color: #D07F83;
}
.AnyTagClassName
{
color: #D07F83;
}
</style>
background-color css
<style>
a { background-color: #D07F83; }
a { background-color: rgb(208,127,131); }
div.DivClassName
{
background-color: #D07F83;
}
.BgClassName
{
background-color: #D07F83;
}
</style>
border-color css
<style>
span { border-color: #D07F83; }
span { border-color: rgb(208,127,131); }
td.TdClassName
{
border-color: #D07F83;
}
.TagClassName
{
border-color: #D07F83;
}
</style>