Shades of Charm #D2728D
Tints of Charm #D2728D
RGB
CMYK
RGB Variations
Color information
#D2728D (or 0xD2728D) is known color: Charm. HEX triplet: D2, 72 and 8D. RGB value is (210,114,141). Sum of RGB (Red+Green+Blue) = 210+114+141=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 141 (55.47% from 255 or 30.32% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D2728D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2728D is #2D8D72. Grayscale: #919191. Windows color (decimal): -2985331 or 9269970. OLE color: 9269970.
HSL color Cylindrical-coordinate representation of color #D2728D: hue angle of 343.12º 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 #D2728D is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 141 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.18 |
| HSL | 343.13º | 0.52% | 0.64% | - |
| HSV(B) | 343.13º | 0.46% | 0.82% | - |
| XYZ | 37.4 | 27.66 | 28.57 | - |
| YUV | 145.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 141 | 0 | 0.46 | 0.33 | 0.18 | 343.13 | 0.52 | 0.64 |
| Hex | D2 | 72 | 8D | 0 | 2E | 21 | 12 | 157 | 34 | 40 |
| Octal | 322 | 162 | 215 | 0 | 56 | 41 | 22 | 527 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10001101 | 0 | 101110 | 100001 | 10010 | 101010111 | 110100 | 1000000 |
Color Harmonies of #D2728D
Complementary color
Monochromatic Colors of #D2728D
Black with #D2728D
Text Example
Text Example
White with #D2728D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2728D; }
p { color: rgb(210,114,141); }
H1.HeaderClassName
{
color: #D2728D;
}
.AnyTagClassName
{
color: #D2728D;
}
</style>
background-color css
<style>
a { background-color: #D2728D; }
a { background-color: rgb(210,114,141); }
div.DivClassName
{
background-color: #D2728D;
}
.BgClassName
{
background-color: #D2728D;
}
</style>
border-color css
<style>
span { border-color: #D2728D; }
span { border-color: rgb(210,114,141); }
td.TdClassName
{
border-color: #D2728D;
}
.TagClassName
{
border-color: #D2728D;
}
</style>