Shades of Charm #D06781
Tints of Charm #D06781
RGB
CMYK
RGB Variations
Color information
#D06781 (or 0xD06781) is known color: Charm. HEX triplet: D0, 67 and 81. RGB value is (208,103,129). Sum of RGB (Red+Green+Blue) = 208+103+129=440 (58% of max value = 765). Red value is 208 (81.64% from 255 or 47.27% from 440); Green value is 103 (40.62% from 255 or 23.41% from 440); Blue value is 129 (50.78% from 255 or 29.32% from 440); Max value from RGB is 208 - color contains mainly: red. Hex color #D06781 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06781 is #2F987E. Grayscale: #898989. Windows color (decimal): -3119231 or 8480720. OLE color: 8480720.
HSL color Cylindrical-coordinate representation of color #D06781: hue angle of 345.14º 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 #D06781 is Cyan = 0, Magento = 0.50, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 103 | 129 | - |
| CMYK | 0 | 0.50 | 0.38 | 0.18 |
| HSL | 345.14º | 0.53% | 0.61% | - |
| HSV(B) | 345.14º | 0.5% | 0.82% | - |
| XYZ | 34.83 | 24.7 | 23.7 | - |
| YUV | 137.36 | 123.29 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 103 | 129 | 0 | 0.50 | 0.38 | 0.18 | 345.14 | 0.53 | 0.61 |
| Hex | D0 | 67 | 81 | 0 | 32 | 26 | 12 | 159 | 35 | 3D |
| Octal | 320 | 147 | 201 | 0 | 62 | 46 | 22 | 531 | 65 | 75 |
| Binary | 11010000 | 1100111 | 10000001 | 0 | 110010 | 100110 | 10010 | 101011001 | 110101 | 111101 |
Color Harmonies of #D06781
Complementary color
Monochromatic Colors of #D06781
Black with #D06781
Text Example
Text Example
White with #D06781
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06781; }
p { color: rgb(208,103,129); }
H1.HeaderClassName
{
color: #D06781;
}
.AnyTagClassName
{
color: #D06781;
}
</style>
background-color css
<style>
a { background-color: #D06781; }
a { background-color: rgb(208,103,129); }
div.DivClassName
{
background-color: #D06781;
}
.BgClassName
{
background-color: #D06781;
}
</style>
border-color css
<style>
span { border-color: #D06781; }
span { border-color: rgb(208,103,129); }
td.TdClassName
{
border-color: #D06781;
}
.TagClassName
{
border-color: #D06781;
}
</style>