Shades of Charm #D2728E
Tints of Charm #D2728E
RGB
CMYK
RGB Variations
Color information
#D2728E (or 0xD2728E) is known color: Charm. HEX triplet: D2, 72 and 8E. RGB value is (210,114,142). Sum of RGB (Red+Green+Blue) = 210+114+142=466 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.06% from 466); Green value is 114 (44.92% from 255 or 24.46% from 466); Blue value is 142 (55.86% from 255 or 30.47% from 466); Max value from RGB is 210 - color contains mainly: red. Hex color #D2728E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2728E is #2D8D71. Grayscale: #919191. Windows color (decimal): -2985330 or 9335506. OLE color: 9335506.
HSL color Cylindrical-coordinate representation of color #D2728E: hue angle of 342.5º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D2728E is Cyan = 0, Magento = 0.46, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 142 | - |
| CMYK | 0 | 0.46 | 0.32 | 0.18 |
| HSL | 342.5º | 0.52% | 0.64% | - |
| HSV(B) | 342.5º | 0.46% | 0.82% | - |
| XYZ | 37.48 | 27.69 | 28.96 | - |
| YUV | 145.9 | 125.8 | 173.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 142 | 0 | 0.46 | 0.32 | 0.18 | 342.5 | 0.52 | 0.64 |
| Hex | D2 | 72 | 8E | 0 | 2E | 20 | 12 | 156 | 34 | 40 |
| Octal | 322 | 162 | 216 | 0 | 56 | 40 | 22 | 526 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10001110 | 0 | 101110 | 100000 | 10010 | 101010110 | 110100 | 1000000 |
Color Harmonies of #D2728E
Complementary color
Monochromatic Colors of #D2728E
Black with #D2728E
Text Example
Text Example
White with #D2728E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2728E; }
p { color: rgb(210,114,142); }
H1.HeaderClassName
{
color: #D2728E;
}
.AnyTagClassName
{
color: #D2728E;
}
</style>
background-color css
<style>
a { background-color: #D2728E; }
a { background-color: rgb(210,114,142); }
div.DivClassName
{
background-color: #D2728E;
}
.BgClassName
{
background-color: #D2728E;
}
</style>
border-color css
<style>
span { border-color: #D2728E; }
span { border-color: rgb(210,114,142); }
td.TdClassName
{
border-color: #D2728E;
}
.TagClassName
{
border-color: #D2728E;
}
</style>