Shades of Charm #D2708B
Tints of Charm #D2708B
RGB
CMYK
RGB Variations
Color information
#D2708B (or 0xD2708B) is known color: Charm. HEX triplet: D2, 70 and 8B. RGB value is (210,112,139). Sum of RGB (Red+Green+Blue) = 210+112+139=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 112 (44.14% from 255 or 24.30% from 461); Blue value is 139 (54.69% from 255 or 30.15% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2708B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2708B is #2D8F74. Grayscale: #909090. Windows color (decimal): -2985845 or 9138386. OLE color: 9138386.
HSL color Cylindrical-coordinate representation of color #D2708B: hue angle of 343.47º 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 #D2708B is Cyan = 0, Magento = 0.47, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 139 | - |
| CMYK | 0 | 0.47 | 0.34 | 0.18 |
| HSL | 343.47º | 0.52% | 0.63% | - |
| HSV(B) | 343.47º | 0.47% | 0.82% | - |
| XYZ | 37.03 | 27.15 | 27.72 | - |
| YUV | 144.38 | 124.97 | 174.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 139 | 0 | 0.47 | 0.34 | 0.18 | 343.47 | 0.52 | 0.63 |
| Hex | D2 | 70 | 8B | 0 | 2F | 22 | 12 | 157 | 34 | 3F |
| Octal | 322 | 160 | 213 | 0 | 57 | 42 | 22 | 527 | 64 | 77 |
| Binary | 11010010 | 1110000 | 10001011 | 0 | 101111 | 100010 | 10010 | 101010111 | 110100 | 111111 |
Color Harmonies of #D2708B
Complementary color
Monochromatic Colors of #D2708B
Black with #D2708B
Text Example
Text Example
White with #D2708B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2708B; }
p { color: rgb(210,112,139); }
H1.HeaderClassName
{
color: #D2708B;
}
.AnyTagClassName
{
color: #D2708B;
}
</style>
background-color css
<style>
a { background-color: #D2708B; }
a { background-color: rgb(210,112,139); }
div.DivClassName
{
background-color: #D2708B;
}
.BgClassName
{
background-color: #D2708B;
}
</style>
border-color css
<style>
span { border-color: #D2708B; }
span { border-color: rgb(210,112,139); }
td.TdClassName
{
border-color: #D2708B;
}
.TagClassName
{
border-color: #D2708B;
}
</style>