Shades of Charm #D06779
Tints of Charm #D06779
RGB
CMYK
RGB Variations
Color information
#D06779 (or 0xD06779) is known color: Charm. HEX triplet: D0, 67 and 79. RGB value is (208,103,121). Sum of RGB (Red+Green+Blue) = 208+103+121=432 (57% of max value = 765). Red value is 208 (81.64% from 255 or 48.15% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 121 (47.66% from 255 or 28.01% from 432); Max value from RGB is 208 - color contains mainly: red. Hex color #D06779 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D06779 is #2F9886. Grayscale: #888888. Windows color (decimal): -3119239 or 7956432. OLE color: 7956432.
HSL color Cylindrical-coordinate representation of color #D06779: hue angle of 349.71º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D06779 is Cyan = 0, Magento = 0.50, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 121 | - |
| CMYK | 0 | 0.50 | 0.42 | 0.18 |
| HSL | 349.71º | 0.53% | 0.61% | - |
| HSV(B) | 349.71º | 0.5% | 0.82% | - |
| XYZ | 34.31 | 24.49 | 21.01 | - |
| YUV | 136.45 | 119.29 | 179.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 121 | 0 | 0.50 | 0.42 | 0.18 | 349.71 | 0.53 | 0.61 |
| Hex | D0 | 67 | 79 | 0 | 32 | 2A | 12 | 15E | 35 | 3D |
| Octal | 320 | 147 | 171 | 0 | 62 | 52 | 22 | 536 | 65 | 75 |
| Binary | 11010000 | 1100111 | 1111001 | 0 | 110010 | 101010 | 10010 | 101011110 | 110101 | 111101 |
Color Harmonies of #D06779
Complementary color
Monochromatic Colors of #D06779
Black with #D06779
Text Example
Text Example
White with #D06779
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06779; }
p { color: rgb(208,103,121); }
H1.HeaderClassName
{
color: #D06779;
}
.AnyTagClassName
{
color: #D06779;
}
</style>
background-color css
<style>
a { background-color: #D06779; }
a { background-color: rgb(208,103,121); }
div.DivClassName
{
background-color: #D06779;
}
.BgClassName
{
background-color: #D06779;
}
</style>
border-color css
<style>
span { border-color: #D06779; }
span { border-color: rgb(208,103,121); }
td.TdClassName
{
border-color: #D06779;
}
.TagClassName
{
border-color: #D06779;
}
</style>