Shades of Charm #D2728C
Tints of Charm #D2728C
RGB
CMYK
RGB Variations
Color information
#D2728C (or 0xD2728C) is known color: Charm. HEX triplet: D2, 72 and 8C. RGB value is (210,114,140). Sum of RGB (Red+Green+Blue) = 210+114+140=464 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.26% from 464); Green value is 114 (44.92% from 255 or 24.57% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 210 - color contains mainly: red. Hex color #D2728C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2728C is #2D8D73. Grayscale: #919191. Windows color (decimal): -2985332 or 9204434. OLE color: 9204434.
HSL color Cylindrical-coordinate representation of color #D2728C: hue angle of 343.75º 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 #D2728C is Cyan = 0, Magento = 0.46, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 114 | 140 | - |
| CMYK | 0 | 0.46 | 0.33 | 0.18 |
| HSL | 343.75º | 0.52% | 0.64% | - |
| HSV(B) | 343.75º | 0.46% | 0.82% | - |
| XYZ | 37.33 | 27.63 | 28.18 | - |
| YUV | 145.67 | 124.8 | 173.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 114 | 140 | 0 | 0.46 | 0.33 | 0.18 | 343.75 | 0.52 | 0.64 |
| Hex | D2 | 72 | 8C | 0 | 2E | 21 | 12 | 158 | 34 | 40 |
| Octal | 322 | 162 | 214 | 0 | 56 | 41 | 22 | 530 | 64 | 100 |
| Binary | 11010010 | 1110010 | 10001100 | 0 | 101110 | 100001 | 10010 | 101011000 | 110100 | 1000000 |
Color Harmonies of #D2728C
Complementary color
Monochromatic Colors of #D2728C
Black with #D2728C
Text Example
Text Example
White with #D2728C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2728C; }
p { color: rgb(210,114,140); }
H1.HeaderClassName
{
color: #D2728C;
}
.AnyTagClassName
{
color: #D2728C;
}
</style>
background-color css
<style>
a { background-color: #D2728C; }
a { background-color: rgb(210,114,140); }
div.DivClassName
{
background-color: #D2728C;
}
.BgClassName
{
background-color: #D2728C;
}
</style>
border-color css
<style>
span { border-color: #D2728C; }
span { border-color: rgb(210,114,140); }
td.TdClassName
{
border-color: #D2728C;
}
.TagClassName
{
border-color: #D2728C;
}
</style>