Shades of Charm #D28088
Tints of Charm #D28088
RGB
CMYK
RGB Variations
Color information
#D28088 (or 0xD28088) is known color: Charm. HEX triplet: D2, 80 and 88. RGB value is (210,128,136). Sum of RGB (Red+Green+Blue) = 210+128+136=474 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.30% from 474); Green value is 128 (50.39% from 255 or 27.00% from 474); Blue value is 136 (53.52% from 255 or 28.69% from 474); Max value from RGB is 210 - color contains mainly: red. Hex color #D28088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28088 is #2D7F77. Grayscale: #999999. Windows color (decimal): -2981752 or 8945874. OLE color: 8945874.
HSL color Cylindrical-coordinate representation of color #D28088: hue angle of 354.15º 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 #D28088 is Cyan = 0, Magento = 0.39, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 136 | - |
| CMYK | 0 | 0.39 | 0.35 | 0.18 |
| HSL | 354.15º | 0.48% | 0.66% | - |
| HSV(B) | 354.15º | 0.39% | 0.82% | - |
| XYZ | 38.74 | 30.92 | 27.22 | - |
| YUV | 153.43 | 118.17 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 136 | 0 | 0.39 | 0.35 | 0.18 | 354.15 | 0.48 | 0.66 |
| Hex | D2 | 80 | 88 | 0 | 27 | 23 | 12 | 162 | 30 | 42 |
| Octal | 322 | 200 | 210 | 0 | 47 | 43 | 22 | 542 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10001000 | 0 | 100111 | 100011 | 10010 | 101100010 | 110000 | 1000010 |
Color Harmonies of #D28088
Complementary color
Monochromatic Colors of #D28088
Black with #D28088
Text Example
Text Example
White with #D28088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28088; }
p { color: rgb(210,128,136); }
H1.HeaderClassName
{
color: #D28088;
}
.AnyTagClassName
{
color: #D28088;
}
</style>
background-color css
<style>
a { background-color: #D28088; }
a { background-color: rgb(210,128,136); }
div.DivClassName
{
background-color: #D28088;
}
.BgClassName
{
background-color: #D28088;
}
</style>
border-color css
<style>
span { border-color: #D28088; }
span { border-color: rgb(210,128,136); }
td.TdClassName
{
border-color: #D28088;
}
.TagClassName
{
border-color: #D28088;
}
</style>