Shades of Charm #D06F7A
Tints of Charm #D06F7A
RGB
CMYK
RGB Variations
Color information
#D06F7A (or 0xD06F7A) is known color: Charm. HEX triplet: D0, 6F and 7A. RGB value is (208,111,122). Sum of RGB (Red+Green+Blue) = 208+111+122=441 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.17% from 441); Green value is 111 (43.75% from 255 or 25.17% from 441); Blue value is 122 (48.05% from 255 or 27.66% from 441); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06F7A is #2F9085. Grayscale: #8D8D8D. Windows color (decimal): -3117190 or 8024016. OLE color: 8024016.
HSL color Cylindrical-coordinate representation of color #D06F7A: hue angle of 353.2º 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 #D06F7A is Cyan = 0, Magento = 0.47, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 122 | - |
| CMYK | 0 | 0.47 | 0.41 | 0.18 |
| HSL | 353.2º | 0.51% | 0.63% | - |
| HSV(B) | 353.2º | 0.47% | 0.82% | - |
| XYZ | 35.21 | 26.18 | 21.61 | - |
| YUV | 141.26 | 117.14 | 175.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 122 | 0 | 0.47 | 0.41 | 0.18 | 353.2 | 0.51 | 0.63 |
| Hex | D0 | 6F | 7A | 0 | 2F | 29 | 12 | 161 | 33 | 3F |
| Octal | 320 | 157 | 172 | 0 | 57 | 51 | 22 | 541 | 63 | 77 |
| Binary | 11010000 | 1101111 | 1111010 | 0 | 101111 | 101001 | 10010 | 101100001 | 110011 | 111111 |
Color Harmonies of #D06F7A
Complementary color
Monochromatic Colors of #D06F7A
Black with #D06F7A
Text Example
Text Example
White with #D06F7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F7A; }
p { color: rgb(208,111,122); }
H1.HeaderClassName
{
color: #D06F7A;
}
.AnyTagClassName
{
color: #D06F7A;
}
</style>
background-color css
<style>
a { background-color: #D06F7A; }
a { background-color: rgb(208,111,122); }
div.DivClassName
{
background-color: #D06F7A;
}
.BgClassName
{
background-color: #D06F7A;
}
</style>
border-color css
<style>
span { border-color: #D06F7A; }
span { border-color: rgb(208,111,122); }
td.TdClassName
{
border-color: #D06F7A;
}
.TagClassName
{
border-color: #D06F7A;
}
</style>