Shades of Charm #D2708E
Tints of Charm #D2708E
RGB
CMYK
RGB Variations
Color information
#D2708E (or 0xD2708E) is known color: Charm. HEX triplet: D2, 70 and 8E. RGB value is (210,112,142). Sum of RGB (Red+Green+Blue) = 210+112+142=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 112 (44.14% from 255 or 24.14% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2708E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2708E is #2D8F71. Grayscale: #909090. Windows color (decimal): -2985842 or 9334994. OLE color: 9334994.
HSL color Cylindrical-coordinate representation of color #D2708E: hue angle of 341.63º 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 #D2708E is Cyan = 0, Magento = 0.47, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 142 | - |
| CMYK | 0 | 0.47 | 0.32 | 0.18 |
| HSL | 341.63º | 0.52% | 0.63% | - |
| HSV(B) | 341.63º | 0.47% | 0.82% | - |
| XYZ | 37.26 | 27.24 | 28.89 | - |
| YUV | 144.72 | 126.47 | 174.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 142 | 0 | 0.47 | 0.32 | 0.18 | 341.63 | 0.52 | 0.63 |
| Hex | D2 | 70 | 8E | 0 | 2F | 20 | 12 | 156 | 34 | 3F |
| Octal | 322 | 160 | 216 | 0 | 57 | 40 | 22 | 526 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10001110 | 0 | 101111 | 100000 | 10010 | 101010110 | 110100 | 111111 |
Color Harmonies of #D2708E
Complementary color
Monochromatic Colors of #D2708E
Black with #D2708E
Text Example
Text Example
White with #D2708E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2708E; }
p { color: rgb(210,112,142); }
H1.HeaderClassName
{
color: #D2708E;
}
.AnyTagClassName
{
color: #D2708E;
}
</style>
background-color css
<style>
a { background-color: #D2708E; }
a { background-color: rgb(210,112,142); }
div.DivClassName
{
background-color: #D2708E;
}
.BgClassName
{
background-color: #D2708E;
}
</style>
border-color css
<style>
span { border-color: #D2708E; }
span { border-color: rgb(210,112,142); }
td.TdClassName
{
border-color: #D2708E;
}
.TagClassName
{
border-color: #D2708E;
}
</style>