Shades of Charm #D0708C
Tints of Charm #D0708C
RGB
CMYK
RGB Variations
Color information
#D0708C (or 0xD0708C) is known color: Charm. HEX triplet: D0, 70 and 8C. RGB value is (208,112,140). Sum of RGB (Red+Green+Blue) = 208+112+140=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 112 (44.14% from 255 or 24.35% from 460); Blue value is 140 (55.08% from 255 or 30.43% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0708C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0708C is #2F8F73. Grayscale: #8F8F8F. Windows color (decimal): -3116916 or 9203920. OLE color: 9203920.
HSL color Cylindrical-coordinate representation of color #D0708C: hue angle of 342.5º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D0708C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 112 | 140 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.18 |
| HSL | 342.5º | 0.51% | 0.63% | - |
| HSV(B) | 342.5º | 0.46% | 0.82% | - |
| XYZ | 36.54 | 26.89 | 28.08 | - |
| YUV | 143.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 112 | 140 | 0 | 0.46 | 0.33 | 0.18 | 342.5 | 0.51 | 0.63 |
| Hex | D0 | 70 | 8C | 0 | 2E | 21 | 12 | 156 | 33 | 3F |
| Octal | 320 | 160 | 214 | 0 | 56 | 41 | 22 | 526 | 63 | 77 |
| Binary | 11010000 | 1110000 | 10001100 | 0 | 101110 | 100001 | 10010 | 101010110 | 110011 | 111111 |
Color Harmonies of #D0708C
Complementary color
Monochromatic Colors of #D0708C
Black with #D0708C
Text Example
Text Example
White with #D0708C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0708C; }
p { color: rgb(208,112,140); }
H1.HeaderClassName
{
color: #D0708C;
}
.AnyTagClassName
{
color: #D0708C;
}
</style>
background-color css
<style>
a { background-color: #D0708C; }
a { background-color: rgb(208,112,140); }
div.DivClassName
{
background-color: #D0708C;
}
.BgClassName
{
background-color: #D0708C;
}
</style>
border-color css
<style>
span { border-color: #D0708C; }
span { border-color: rgb(208,112,140); }
td.TdClassName
{
border-color: #D0708C;
}
.TagClassName
{
border-color: #D0708C;
}
</style>