Shades of Charm #D2747E
Tints of Charm #D2747E
RGB
CMYK
RGB Variations
Color information
#D2747E (or 0xD2747E) is known color: Charm. HEX triplet: D2, 74 and 7E. RGB value is (210,116,126). Sum of RGB (Red+Green+Blue) = 210+116+126=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 116 (45.70% from 255 or 25.66% from 452); Blue value is 126 (49.61% from 255 or 27.88% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2747E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2747E is #2D8B81. Grayscale: #919191. Windows color (decimal): -2984834 or 8287442. OLE color: 8287442.
HSL color Cylindrical-coordinate representation of color #D2747E: hue angle of 353.62º 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 #D2747E is Cyan = 0, Magento = 0.45, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 126 | - |
| CMYK | 0 | 0.45 | 0.4 | 0.18 |
| HSL | 353.62º | 0.51% | 0.64% | - |
| HSV(B) | 353.62º | 0.45% | 0.82% | - |
| XYZ | 36.59 | 27.7 | 23.16 | - |
| YUV | 145.25 | 117.14 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 126 | 0 | 0.45 | 0.4 | 0.18 | 353.62 | 0.51 | 0.64 |
| Hex | D2 | 74 | 7E | 0 | 2D | 28 | 12 | 162 | 33 | 40 |
| Octal | 322 | 164 | 176 | 0 | 55 | 50 | 22 | 542 | 63 | 100 |
| Binary | 11010010 | 1110100 | 1111110 | 0 | 101101 | 101000 | 10010 | 101100010 | 110011 | 1000000 |
Color Harmonies of #D2747E
Complementary color
Monochromatic Colors of #D2747E
Black with #D2747E
Text Example
Text Example
White with #D2747E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2747E; }
p { color: rgb(210,116,126); }
H1.HeaderClassName
{
color: #D2747E;
}
.AnyTagClassName
{
color: #D2747E;
}
</style>
background-color css
<style>
a { background-color: #D2747E; }
a { background-color: rgb(210,116,126); }
div.DivClassName
{
background-color: #D2747E;
}
.BgClassName
{
background-color: #D2747E;
}
</style>
border-color css
<style>
span { border-color: #D2747E; }
span { border-color: rgb(210,116,126); }
td.TdClassName
{
border-color: #D2747E;
}
.TagClassName
{
border-color: #D2747E;
}
</style>