Shades of Charm #D07F8E
Tints of Charm #D07F8E
RGB
CMYK
RGB Variations
Color information
#D07F8E (or 0xD07F8E) is known color: Charm. HEX triplet: D0, 7F and 8E. RGB value is (208,127,142). Sum of RGB (Red+Green+Blue) = 208+127+142=477 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.61% from 477); Green value is 127 (50% from 255 or 26.62% from 477); Blue value is 142 (55.86% from 255 or 29.77% from 477); Max value from RGB is 208 - color contains mainly: red. Hex color #D07F8E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D07F8E is #2F8071. Grayscale: #989898. Windows color (decimal): -3113074 or 9338832. OLE color: 9338832.
HSL color Cylindrical-coordinate representation of color #D07F8E: hue angle of 348.89º 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 #D07F8E is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 127 | 142 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.18 |
| HSL | 348.89º | 0.46% | 0.66% | - |
| HSV(B) | 348.89º | 0.39% | 0.82% | - |
| XYZ | 38.48 | 30.54 | 29.46 | - |
| YUV | 152.93 | 121.84 | 167.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 127 | 142 | 0 | 0.39 | 0.32 | 0.18 | 348.89 | 0.46 | 0.66 |
| Hex | D0 | 7F | 8E | 0 | 27 | 20 | 12 | 15D | 2E | 42 |
| Octal | 320 | 177 | 216 | 0 | 47 | 40 | 22 | 535 | 56 | 102 |
| Binary | 11010000 | 1111111 | 10001110 | 0 | 100111 | 100000 | 10010 | 101011101 | 101110 | 1000010 |
Color Harmonies of #D07F8E
Complementary color
Monochromatic Colors of #D07F8E
Black with #D07F8E
Text Example
Text Example
White with #D07F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D07F8E; }
p { color: rgb(208,127,142); }
H1.HeaderClassName
{
color: #D07F8E;
}
.AnyTagClassName
{
color: #D07F8E;
}
</style>
background-color css
<style>
a { background-color: #D07F8E; }
a { background-color: rgb(208,127,142); }
div.DivClassName
{
background-color: #D07F8E;
}
.BgClassName
{
background-color: #D07F8E;
}
</style>
border-color css
<style>
span { border-color: #D07F8E; }
span { border-color: rgb(208,127,142); }
td.TdClassName
{
border-color: #D07F8E;
}
.TagClassName
{
border-color: #D07F8E;
}
</style>