Shades of Charm #D06679
Tints of Charm #D06679
RGB
CMYK
RGB Variations
Color information
#D06679 (or 0xD06679) is known color: Charm. HEX triplet: D0, 66 and 79. RGB value is (208,102,121). Sum of RGB (Red+Green+Blue) = 208+102+121=431 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.26% from 431); Green value is 102 (40.23% from 255 or 23.67% from 431); Blue value is 121 (47.66% from 255 or 28.07% from 431); Max value from RGB is 208 - color contains mainly: red. Hex color #D06679 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06679 is #2F9986. Grayscale: #878787. Windows color (decimal): -3119495 or 7956176. OLE color: 7956176.
HSL color Cylindrical-coordinate representation of color #D06679: hue angle of 349.25º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D06679 is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 102 | 121 | - |
| CMYK | 0 | 0.51 | 0.42 | 0.18 |
| HSL | 349.25º | 0.53% | 0.61% | - |
| HSV(B) | 349.25º | 0.51% | 0.82% | - |
| XYZ | 34.21 | 24.29 | 20.97 | - |
| YUV | 135.86 | 119.62 | 179.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 102 | 121 | 0 | 0.51 | 0.42 | 0.18 | 349.25 | 0.53 | 0.61 |
| Hex | D0 | 66 | 79 | 0 | 33 | 2A | 12 | 15D | 35 | 3D |
| Octal | 320 | 146 | 171 | 0 | 63 | 52 | 22 | 535 | 65 | 75 |
| Binary | 11010000 | 1100110 | 1111001 | 0 | 110011 | 101010 | 10010 | 101011101 | 110101 | 111101 |
Color Harmonies of #D06679
Complementary color
Monochromatic Colors of #D06679
Black with #D06679
Text Example
Text Example
White with #D06679
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06679; }
p { color: rgb(208,102,121); }
H1.HeaderClassName
{
color: #D06679;
}
.AnyTagClassName
{
color: #D06679;
}
</style>
background-color css
<style>
a { background-color: #D06679; }
a { background-color: rgb(208,102,121); }
div.DivClassName
{
background-color: #D06679;
}
.BgClassName
{
background-color: #D06679;
}
</style>
border-color css
<style>
span { border-color: #D06679; }
span { border-color: rgb(208,102,121); }
td.TdClassName
{
border-color: #D06679;
}
.TagClassName
{
border-color: #D06679;
}
</style>