Shades of Charm #D06F7F
Tints of Charm #D06F7F
RGB
CMYK
RGB Variations
Color information
#D06F7F (or 0xD06F7F) is known color: Charm. HEX triplet: D0, 6F and 7F. RGB value is (208,111,127). Sum of RGB (Red+Green+Blue) = 208+111+127=446 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.64% from 446); Green value is 111 (43.75% from 255 or 24.89% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F7F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F7F is #2F9080. Grayscale: #8D8D8D. Windows color (decimal): -3117185 or 8351696. OLE color: 8351696.
HSL color Cylindrical-coordinate representation of color #D06F7F: hue angle of 350.1º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06F7F is Cyan = 0, Magento = 0.47, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 127 | - |
| CMYK | 0 | 0.47 | 0.39 | 0.18 |
| HSL | 350.1º | 0.51% | 0.63% | - |
| HSV(B) | 350.1º | 0.47% | 0.82% | - |
| XYZ | 35.53 | 26.31 | 23.28 | - |
| YUV | 141.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 127 | 0 | 0.47 | 0.39 | 0.18 | 350.1 | 0.51 | 0.63 |
| Hex | D0 | 6F | 7F | 0 | 2F | 27 | 12 | 15E | 33 | 3F |
| Octal | 320 | 157 | 177 | 0 | 57 | 47 | 22 | 536 | 63 | 77 |
| Binary | 11010000 | 1101111 | 1111111 | 0 | 101111 | 100111 | 10010 | 101011110 | 110011 | 111111 |
Color Harmonies of #D06F7F
Complementary color
Monochromatic Colors of #D06F7F
Black with #D06F7F
Text Example
Text Example
White with #D06F7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F7F; }
p { color: rgb(208,111,127); }
H1.HeaderClassName
{
color: #D06F7F;
}
.AnyTagClassName
{
color: #D06F7F;
}
</style>
background-color css
<style>
a { background-color: #D06F7F; }
a { background-color: rgb(208,111,127); }
div.DivClassName
{
background-color: #D06F7F;
}
.BgClassName
{
background-color: #D06F7F;
}
</style>
border-color css
<style>
span { border-color: #D06F7F; }
span { border-color: rgb(208,111,127); }
td.TdClassName
{
border-color: #D06F7F;
}
.TagClassName
{
border-color: #D06F7F;
}
</style>