Shades of Charm #D28288
Tints of Charm #D28288
RGB
CMYK
RGB Variations
Color information
#D28288 (or 0xD28288) is known color: Charm. HEX triplet: D2, 82 and 88. RGB value is (210,130,136). Sum of RGB (Red+Green+Blue) = 210+130+136=476 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.12% from 476); Green value is 130 (51.17% from 255 or 27.31% from 476); Blue value is 136 (53.52% from 255 or 28.57% from 476); Max value from RGB is 210 - color contains mainly: red. Hex color #D28288 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28288 is #2D7D77. Grayscale: #9A9A9A. Windows color (decimal): -2981240 or 8946386. OLE color: 8946386.
HSL color Cylindrical-coordinate representation of color #D28288: hue angle of 355.5º 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 #D28288 is Cyan = 0, Magento = 0.38, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 136 | - |
| CMYK | 0 | 0.38 | 0.35 | 0.18 |
| HSL | 355.5º | 0.47% | 0.67% | - |
| HSV(B) | 355.5º | 0.38% | 0.82% | - |
| XYZ | 39 | 31.44 | 27.31 | - |
| YUV | 154.6 | 117.5 | 167.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 136 | 0 | 0.38 | 0.35 | 0.18 | 355.5 | 0.47 | 0.67 |
| Hex | D2 | 82 | 88 | 0 | 26 | 23 | 12 | 164 | 2F | 43 |
| Octal | 322 | 202 | 210 | 0 | 46 | 43 | 22 | 544 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10001000 | 0 | 100110 | 100011 | 10010 | 101100100 | 101111 | 1000011 |
Color Harmonies of #D28288
Complementary color
Monochromatic Colors of #D28288
Black with #D28288
Text Example
Text Example
White with #D28288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28288; }
p { color: rgb(210,130,136); }
H1.HeaderClassName
{
color: #D28288;
}
.AnyTagClassName
{
color: #D28288;
}
</style>
background-color css
<style>
a { background-color: #D28288; }
a { background-color: rgb(210,130,136); }
div.DivClassName
{
background-color: #D28288;
}
.BgClassName
{
background-color: #D28288;
}
</style>
border-color css
<style>
span { border-color: #D28288; }
span { border-color: rgb(210,130,136); }
td.TdClassName
{
border-color: #D28288;
}
.TagClassName
{
border-color: #D28288;
}
</style>