Shades of Charm #D2828B
Tints of Charm #D2828B
RGB
CMYK
RGB Variations
Color information
#D2828B (or 0xD2828B) is known color: Charm. HEX triplet: D2, 82 and 8B. RGB value is (210,130,139). Sum of RGB (Red+Green+Blue) = 210+130+139=479 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.84% from 479); Green value is 130 (51.17% from 255 or 27.14% from 479); Blue value is 139 (54.69% from 255 or 29.02% from 479); Max value from RGB is 210 - color contains mainly: red. Hex color #D2828B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2828B is #2D7D74. Grayscale: #9A9A9A. Windows color (decimal): -2981237 or 9142994. OLE color: 9142994.
HSL color Cylindrical-coordinate representation of color #D2828B: hue angle of 353.25º degrees, saturation: 0.47, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D2828B is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 139 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.18 |
| HSL | 353.25º | 0.47% | 0.67% | - |
| HSV(B) | 353.25º | 0.38% | 0.82% | - |
| XYZ | 39.22 | 31.53 | 28.45 | - |
| YUV | 154.95 | 119 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 139 | 0 | 0.38 | 0.34 | 0.18 | 353.25 | 0.47 | 0.67 |
| Hex | D2 | 82 | 8B | 0 | 26 | 22 | 12 | 161 | 2F | 43 |
| Octal | 322 | 202 | 213 | 0 | 46 | 42 | 22 | 541 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10001011 | 0 | 100110 | 100010 | 10010 | 101100001 | 101111 | 1000011 |
Color Harmonies of #D2828B
Complementary color
Monochromatic Colors of #D2828B
Black with #D2828B
Text Example
Text Example
White with #D2828B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2828B; }
p { color: rgb(210,130,139); }
H1.HeaderClassName
{
color: #D2828B;
}
.AnyTagClassName
{
color: #D2828B;
}
</style>
background-color css
<style>
a { background-color: #D2828B; }
a { background-color: rgb(210,130,139); }
div.DivClassName
{
background-color: #D2828B;
}
.BgClassName
{
background-color: #D2828B;
}
</style>
border-color css
<style>
span { border-color: #D2828B; }
span { border-color: rgb(210,130,139); }
td.TdClassName
{
border-color: #D2828B;
}
.TagClassName
{
border-color: #D2828B;
}
</style>