Shades of Charm #D2717D
Tints of Charm #D2717D
RGB
CMYK
RGB Variations
Color information
#D2717D (or 0xD2717D) is known color: Charm. HEX triplet: D2, 71 and 7D. RGB value is (210,113,125). Sum of RGB (Red+Green+Blue) = 210+113+125=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 113 (44.53% from 255 or 25.22% from 448); Blue value is 125 (49.22% from 255 or 27.90% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2717D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2717D is #2D8E82. Grayscale: #8F8F8F. Windows color (decimal): -2985603 or 8221138. OLE color: 8221138.
HSL color Cylindrical-coordinate representation of color #D2717D: hue angle of 352.58º degrees, saturation: 0.52, 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 #D2717D is Cyan = 0, Magento = 0.46, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 125 | - |
| CMYK | 0 | 0.46 | 0.40 | 0.18 |
| HSL | 352.58º | 0.52% | 0.63% | - |
| HSV(B) | 352.58º | 0.46% | 0.82% | - |
| XYZ | 36.19 | 26.99 | 22.7 | - |
| YUV | 143.37 | 117.64 | 175.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 125 | 0 | 0.46 | 0.40 | 0.18 | 352.58 | 0.52 | 0.63 |
| Hex | D2 | 71 | 7D | 0 | 2E | 28 | 12 | 161 | 34 | 3F |
| Octal | 322 | 161 | 175 | 0 | 56 | 50 | 22 | 541 | 64 | 77 |
| Binary | 11010010 | 1110001 | 1111101 | 0 | 101110 | 101000 | 10010 | 101100001 | 110100 | 111111 |
Color Harmonies of #D2717D
Complementary color
Monochromatic Colors of #D2717D
Black with #D2717D
Text Example
Text Example
White with #D2717D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2717D; }
p { color: rgb(210,113,125); }
H1.HeaderClassName
{
color: #D2717D;
}
.AnyTagClassName
{
color: #D2717D;
}
</style>
background-color css
<style>
a { background-color: #D2717D; }
a { background-color: rgb(210,113,125); }
div.DivClassName
{
background-color: #D2717D;
}
.BgClassName
{
background-color: #D2717D;
}
</style>
border-color css
<style>
span { border-color: #D2717D; }
span { border-color: rgb(210,113,125); }
td.TdClassName
{
border-color: #D2717D;
}
.TagClassName
{
border-color: #D2717D;
}
</style>