Shades of Charm #D2808B
Tints of Charm #D2808B
RGB
CMYK
RGB Variations
Color information
#D2808B (or 0xD2808B) is known color: Charm. HEX triplet: D2, 80 and 8B. RGB value is (210,128,139). Sum of RGB (Red+Green+Blue) = 210+128+139=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 128 (50.39% from 255 or 26.83% from 477); Blue value is 139 (54.69% from 255 or 29.14% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D2808B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2808B is #2D7F74. Grayscale: #999999. Windows color (decimal): -2981749 or 9142482. OLE color: 9142482.
HSL color Cylindrical-coordinate representation of color #D2808B: hue angle of 351.95º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D2808B is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 139 | - |
| CMYK | 0 | 0.39 | 0.34 | 0.18 |
| HSL | 351.95º | 0.48% | 0.66% | - |
| HSV(B) | 351.95º | 0.39% | 0.82% | - |
| XYZ | 38.96 | 31 | 28.36 | - |
| YUV | 153.77 | 119.67 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 139 | 0 | 0.39 | 0.34 | 0.18 | 351.95 | 0.48 | 0.66 |
| Hex | D2 | 80 | 8B | 0 | 27 | 22 | 12 | 160 | 30 | 42 |
| Octal | 322 | 200 | 213 | 0 | 47 | 42 | 22 | 540 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10001011 | 0 | 100111 | 100010 | 10010 | 101100000 | 110000 | 1000010 |
Color Harmonies of #D2808B
Complementary color
Monochromatic Colors of #D2808B
Black with #D2808B
Text Example
Text Example
White with #D2808B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2808B; }
p { color: rgb(210,128,139); }
H1.HeaderClassName
{
color: #D2808B;
}
.AnyTagClassName
{
color: #D2808B;
}
</style>
background-color css
<style>
a { background-color: #D2808B; }
a { background-color: rgb(210,128,139); }
div.DivClassName
{
background-color: #D2808B;
}
.BgClassName
{
background-color: #D2808B;
}
</style>
border-color css
<style>
span { border-color: #D2808B; }
span { border-color: rgb(210,128,139); }
td.TdClassName
{
border-color: #D2808B;
}
.TagClassName
{
border-color: #D2808B;
}
</style>