Shades of Charm #D2808F
Tints of Charm #D2808F
RGB
CMYK
RGB Variations
Color information
#D2808F (or 0xD2808F) is known color: Charm. HEX triplet: D2, 80 and 8F. RGB value is (210,128,143). Sum of RGB (Red+Green+Blue) = 210+128+143=481 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.66% from 481); Green value is 128 (50.39% from 255 or 26.61% from 481); Blue value is 143 (56.25% from 255 or 29.73% from 481); Max value from RGB is 210 - color contains mainly: red. Hex color #D2808F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D2808F is #2D7F70. Grayscale: #9A9A9A. Windows color (decimal): -2981745 or 9404626. OLE color: 9404626.
HSL color Cylindrical-coordinate representation of color #D2808F: hue angle of 349.02º 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 #D2808F is Cyan = 0, Magento = 0.39, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 143 | - |
| CMYK | 0 | 0.39 | 0.32 | 0.18 |
| HSL | 349.02º | 0.48% | 0.66% | - |
| HSV(B) | 349.02º | 0.39% | 0.82% | - |
| XYZ | 39.26 | 31.12 | 29.92 | - |
| YUV | 154.23 | 121.67 | 167.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 143 | 0 | 0.39 | 0.32 | 0.18 | 349.02 | 0.48 | 0.66 |
| Hex | D2 | 80 | 8F | 0 | 27 | 20 | 12 | 15D | 30 | 42 |
| Octal | 322 | 200 | 217 | 0 | 47 | 40 | 22 | 535 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10001111 | 0 | 100111 | 100000 | 10010 | 101011101 | 110000 | 1000010 |
Color Harmonies of #D2808F
Complementary color
Monochromatic Colors of #D2808F
Black with #D2808F
Text Example
Text Example
White with #D2808F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2808F; }
p { color: rgb(210,128,143); }
H1.HeaderClassName
{
color: #D2808F;
}
.AnyTagClassName
{
color: #D2808F;
}
</style>
background-color css
<style>
a { background-color: #D2808F; }
a { background-color: rgb(210,128,143); }
div.DivClassName
{
background-color: #D2808F;
}
.BgClassName
{
background-color: #D2808F;
}
</style>
border-color css
<style>
span { border-color: #D2808F; }
span { border-color: rgb(210,128,143); }
td.TdClassName
{
border-color: #D2808F;
}
.TagClassName
{
border-color: #D2808F;
}
</style>