Shades of Charm #D2708D
Tints of Charm #D2708D
RGB
CMYK
RGB Variations
Color information
#D2708D (or 0xD2708D) is known color: Charm. HEX triplet: D2, 70 and 8D. RGB value is (210,112,141). Sum of RGB (Red+Green+Blue) = 210+112+141=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D2708D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2708D is #2D8F72. Grayscale: #909090. Windows color (decimal): -2985843 or 9269458. OLE color: 9269458.
HSL color Cylindrical-coordinate representation of color #D2708D: hue angle of 342.24º degrees, saturation: 0.52, 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 #D2708D is Cyan = 0, Magento = 0.47, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 141 | - |
| CMYK | 0 | 0.47 | 0.33 | 0.18 |
| HSL | 342.24º | 0.52% | 0.63% | - |
| HSV(B) | 342.24º | 0.47% | 0.82% | - |
| XYZ | 37.18 | 27.21 | 28.49 | - |
| YUV | 144.61 | 125.97 | 174.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 141 | 0 | 0.47 | 0.33 | 0.18 | 342.24 | 0.52 | 0.63 |
| Hex | D2 | 70 | 8D | 0 | 2F | 21 | 12 | 156 | 34 | 3F |
| Octal | 322 | 160 | 215 | 0 | 57 | 41 | 22 | 526 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10001101 | 0 | 101111 | 100001 | 10010 | 101010110 | 110100 | 111111 |
Color Harmonies of #D2708D
Complementary color
Monochromatic Colors of #D2708D
Black with #D2708D
Text Example
Text Example
White with #D2708D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2708D; }
p { color: rgb(210,112,141); }
H1.HeaderClassName
{
color: #D2708D;
}
.AnyTagClassName
{
color: #D2708D;
}
</style>
background-color css
<style>
a { background-color: #D2708D; }
a { background-color: rgb(210,112,141); }
div.DivClassName
{
background-color: #D2708D;
}
.BgClassName
{
background-color: #D2708D;
}
</style>
border-color css
<style>
span { border-color: #D2708D; }
span { border-color: rgb(210,112,141); }
td.TdClassName
{
border-color: #D2708D;
}
.TagClassName
{
border-color: #D2708D;
}
</style>