Shades of Charm #D2747D
Tints of Charm #D2747D
RGB
CMYK
RGB Variations
Color information
#D2747D (or 0xD2747D) is known color: Charm. HEX triplet: D2, 74 and 7D. RGB value is (210,116,125). Sum of RGB (Red+Green+Blue) = 210+116+125=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 125 (49.22% from 255 or 27.72% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D2747D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2747D is #2D8B82. Grayscale: #919191. Windows color (decimal): -2984835 or 8221906. OLE color: 8221906.
HSL color Cylindrical-coordinate representation of color #D2747D: hue angle of 354.26º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D2747D is Cyan = 0, Magento = 0.45, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 125 | - |
| CMYK | 0 | 0.45 | 0.40 | 0.18 |
| HSL | 354.26º | 0.51% | 0.64% | - |
| HSV(B) | 354.26º | 0.45% | 0.82% | - |
| XYZ | 36.53 | 27.67 | 22.82 | - |
| YUV | 145.13 | 116.64 | 174.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 125 | 0 | 0.45 | 0.40 | 0.18 | 354.26 | 0.51 | 0.64 |
| Hex | D2 | 74 | 7D | 0 | 2D | 28 | 12 | 162 | 33 | 40 |
| Octal | 322 | 164 | 175 | 0 | 55 | 50 | 22 | 542 | 63 | 100 |
| Binary | 11010010 | 1110100 | 1111101 | 0 | 101101 | 101000 | 10010 | 101100010 | 110011 | 1000000 |
Color Harmonies of #D2747D
Complementary color
Monochromatic Colors of #D2747D
Black with #D2747D
Text Example
Text Example
White with #D2747D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2747D; }
p { color: rgb(210,116,125); }
H1.HeaderClassName
{
color: #D2747D;
}
.AnyTagClassName
{
color: #D2747D;
}
</style>
background-color css
<style>
a { background-color: #D2747D; }
a { background-color: rgb(210,116,125); }
div.DivClassName
{
background-color: #D2747D;
}
.BgClassName
{
background-color: #D2747D;
}
</style>
border-color css
<style>
span { border-color: #D2747D; }
span { border-color: rgb(210,116,125); }
td.TdClassName
{
border-color: #D2747D;
}
.TagClassName
{
border-color: #D2747D;
}
</style>