Shades of Charm #D2707F
Tints of Charm #D2707F
RGB
CMYK
RGB Variations
Color information
#D2707F (or 0xD2707F) is known color: Charm. HEX triplet: D2, 70 and 7F. RGB value is (210,112,127). Sum of RGB (Red+Green+Blue) = 210+112+127=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 112 (44.14% from 255 or 24.94% from 449); Blue value is 127 (50% from 255 or 28.29% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D2707F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2707F is #2D8F80. Grayscale: #8F8F8F. Windows color (decimal): -2985857 or 8351954. OLE color: 8351954.
HSL color Cylindrical-coordinate representation of color #D2707F: hue angle of 350.82º 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 #D2707F is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 112 | 127 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.18 |
| HSL | 350.82º | 0.52% | 0.63% | - |
| HSV(B) | 350.82º | 0.47% | 0.82% | - |
| XYZ | 36.2 | 26.82 | 23.35 | - |
| YUV | 143.01 | 118.97 | 175.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 112 | 127 | 0 | 0.47 | 0.40 | 0.18 | 350.82 | 0.52 | 0.63 |
| Hex | D2 | 70 | 7F | 0 | 2F | 28 | 12 | 15F | 34 | 3F |
| Octal | 322 | 160 | 177 | 0 | 57 | 50 | 22 | 537 | 64 | 77 |
| Binary | 11010010 | 1110000 | 1111111 | 0 | 101111 | 101000 | 10010 | 101011111 | 110100 | 111111 |
Color Harmonies of #D2707F
Complementary color
Monochromatic Colors of #D2707F
Black with #D2707F
Text Example
Text Example
White with #D2707F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2707F; }
p { color: rgb(210,112,127); }
H1.HeaderClassName
{
color: #D2707F;
}
.AnyTagClassName
{
color: #D2707F;
}
</style>
background-color css
<style>
a { background-color: #D2707F; }
a { background-color: rgb(210,112,127); }
div.DivClassName
{
background-color: #D2707F;
}
.BgClassName
{
background-color: #D2707F;
}
</style>
border-color css
<style>
span { border-color: #D2707F; }
span { border-color: rgb(210,112,127); }
td.TdClassName
{
border-color: #D2707F;
}
.TagClassName
{
border-color: #D2707F;
}
</style>