Shades of Charm #D2828A
Tints of Charm #D2828A
RGB
CMYK
RGB Variations
Color information
#D2828A (or 0xD2828A) is known color: Charm. HEX triplet: D2, 82 and 8A. RGB value is (210,130,138). Sum of RGB (Red+Green+Blue) = 210+130+138=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 130 (51.17% from 255 or 27.20% from 478); Blue value is 138 (54.30% from 255 or 28.87% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D2828A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2828A is #2D7D75. Grayscale: #9A9A9A. Windows color (decimal): -2981238 or 9077458. OLE color: 9077458.
HSL color Cylindrical-coordinate representation of color #D2828A: hue angle of 354º 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 #D2828A is Cyan = 0, Magento = 0.38, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 138 | - |
| CMYK | 0 | 0.38 | 0.34 | 0.18 |
| HSL | 354º | 0.47% | 0.67% | - |
| HSV(B) | 354º | 0.38% | 0.82% | - |
| XYZ | 39.15 | 31.5 | 28.06 | - |
| YUV | 154.83 | 118.5 | 167.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 138 | 0 | 0.38 | 0.34 | 0.18 | 354 | 0.47 | 0.67 |
| Hex | D2 | 82 | 8A | 0 | 26 | 22 | 12 | 162 | 2F | 43 |
| Octal | 322 | 202 | 212 | 0 | 46 | 42 | 22 | 542 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10001010 | 0 | 100110 | 100010 | 10010 | 101100010 | 101111 | 1000011 |
Color Harmonies of #D2828A
Complementary color
Monochromatic Colors of #D2828A
Black with #D2828A
Text Example
Text Example
White with #D2828A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2828A; }
p { color: rgb(210,130,138); }
H1.HeaderClassName
{
color: #D2828A;
}
.AnyTagClassName
{
color: #D2828A;
}
</style>
background-color css
<style>
a { background-color: #D2828A; }
a { background-color: rgb(210,130,138); }
div.DivClassName
{
background-color: #D2828A;
}
.BgClassName
{
background-color: #D2828A;
}
</style>
border-color css
<style>
span { border-color: #D2828A; }
span { border-color: rgb(210,130,138); }
td.TdClassName
{
border-color: #D2828A;
}
.TagClassName
{
border-color: #D2828A;
}
</style>