Shades of Charm #D2718E
Tints of Charm #D2718E
RGB
CMYK
RGB Variations
Color information
#D2718E (or 0xD2718E) is known color: Charm. HEX triplet: D2, 71 and 8E. RGB value is (210,113,142). Sum of RGB (Red+Green+Blue) = 210+113+142=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 113 (44.53% from 255 or 24.30% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2718E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2718E is #2D8E71. Grayscale: #919191. Windows color (decimal): -2985586 or 9335250. OLE color: 9335250.
HSL color Cylindrical-coordinate representation of color #D2718E: hue angle of 342.06º 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 #D2718E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 142 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.18 |
| HSL | 342.06º | 0.52% | 0.63% | - |
| HSV(B) | 342.06º | 0.46% | 0.82% | - |
| XYZ | 37.37 | 27.46 | 28.92 | - |
| YUV | 145.31 | 126.14 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 142 | 0 | 0.46 | 0.32 | 0.18 | 342.06 | 0.52 | 0.63 |
| Hex | D2 | 71 | 8E | 0 | 2E | 20 | 12 | 156 | 34 | 3F |
| Octal | 322 | 161 | 216 | 0 | 56 | 40 | 22 | 526 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10001110 | 0 | 101110 | 100000 | 10010 | 101010110 | 110100 | 111111 |
Color Harmonies of #D2718E
Complementary color
Monochromatic Colors of #D2718E
Black with #D2718E
Text Example
Text Example
White with #D2718E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2718E; }
p { color: rgb(210,113,142); }
H1.HeaderClassName
{
color: #D2718E;
}
.AnyTagClassName
{
color: #D2718E;
}
</style>
background-color css
<style>
a { background-color: #D2718E; }
a { background-color: rgb(210,113,142); }
div.DivClassName
{
background-color: #D2718E;
}
.BgClassName
{
background-color: #D2718E;
}
</style>
border-color css
<style>
span { border-color: #D2718E; }
span { border-color: rgb(210,113,142); }
td.TdClassName
{
border-color: #D2718E;
}
.TagClassName
{
border-color: #D2718E;
}
</style>