Shades of Charm #D06F85
Tints of Charm #D06F85
RGB
CMYK
RGB Variations
Color information
#D06F85 (or 0xD06F85) is known color: Charm. HEX triplet: D0, 6F and 85. RGB value is (208,111,133). Sum of RGB (Red+Green+Blue) = 208+111+133=452 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.02% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 133 (52.34% from 255 or 29.42% from 452); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F85 is #2F907A. Grayscale: #8E8E8E. Windows color (decimal): -3117179 or 8744912. OLE color: 8744912.
HSL color Cylindrical-coordinate representation of color #D06F85: hue angle of 346.39º 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 #D06F85 is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 133 | - |
| CMYK | 0 | 0.47 | 0.36 | 0.18 |
| HSL | 346.39º | 0.51% | 0.63% | - |
| HSV(B) | 346.39º | 0.47% | 0.82% | - |
| XYZ | 35.93 | 26.47 | 25.41 | - |
| YUV | 142.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 133 | 0 | 0.47 | 0.36 | 0.18 | 346.39 | 0.51 | 0.63 |
| Hex | D0 | 6F | 85 | 0 | 2F | 24 | 12 | 15A | 33 | 3F |
| Octal | 320 | 157 | 205 | 0 | 57 | 44 | 22 | 532 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10000101 | 0 | 101111 | 100100 | 10010 | 101011010 | 110011 | 111111 |
Color Harmonies of #D06F85
Complementary color
Monochromatic Colors of #D06F85
Black with #D06F85
Text Example
Text Example
White with #D06F85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F85; }
p { color: rgb(208,111,133); }
H1.HeaderClassName
{
color: #D06F85;
}
.AnyTagClassName
{
color: #D06F85;
}
</style>
background-color css
<style>
a { background-color: #D06F85; }
a { background-color: rgb(208,111,133); }
div.DivClassName
{
background-color: #D06F85;
}
.BgClassName
{
background-color: #D06F85;
}
</style>
border-color css
<style>
span { border-color: #D06F85; }
span { border-color: rgb(208,111,133); }
td.TdClassName
{
border-color: #D06F85;
}
.TagClassName
{
border-color: #D06F85;
}
</style>