Shades of Charm #D28587
Tints of Charm #D28587
RGB
CMYK
RGB Variations
Color information
#D28587 (or 0xD28587) is known color: Charm. HEX triplet: D2, 85 and 87. RGB value is (210,133,135). Sum of RGB (Red+Green+Blue) = 210+133+135=478 (63% of max value = 765). Red value is 210 (82.42% from 255 or 43.93% from 478); Green value is 133 (52.34% from 255 or 27.82% from 478); Blue value is 135 (53.12% from 255 or 28.24% from 478); Max value from RGB is 210 - color contains mainly: red. Hex color #D28587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28587 is #2D7A78. Grayscale: #9C9C9C. Windows color (decimal): -2980473 or 8881618. OLE color: 8881618.
HSL color Cylindrical-coordinate representation of color #D28587: hue angle of 358.44º degrees, saturation: 0.46, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D28587 is Cyan = 0, Magento = 0.37, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 133 | 135 | - |
| CMYK | 0 | 0.37 | 0.36 | 0.18 |
| HSL | 358.44º | 0.46% | 0.67% | - |
| HSV(B) | 358.44º | 0.37% | 0.82% | - |
| XYZ | 39.34 | 32.23 | 27.07 | - |
| YUV | 156.25 | 116.01 | 166.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 133 | 135 | 0 | 0.37 | 0.36 | 0.18 | 358.44 | 0.46 | 0.67 |
| Hex | D2 | 85 | 87 | 0 | 25 | 24 | 12 | 166 | 2E | 43 |
| Octal | 322 | 205 | 207 | 0 | 45 | 44 | 22 | 546 | 56 | 103 |
| Binary | 11010010 | 10000101 | 10000111 | 0 | 100101 | 100100 | 10010 | 101100110 | 101110 | 1000011 |
Color Harmonies of #D28587
Complementary color
Monochromatic Colors of #D28587
Black with #D28587
Text Example
Text Example
White with #D28587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28587; }
p { color: rgb(210,133,135); }
H1.HeaderClassName
{
color: #D28587;
}
.AnyTagClassName
{
color: #D28587;
}
</style>
background-color css
<style>
a { background-color: #D28587; }
a { background-color: rgb(210,133,135); }
div.DivClassName
{
background-color: #D28587;
}
.BgClassName
{
background-color: #D28587;
}
</style>
border-color css
<style>
span { border-color: #D28587; }
span { border-color: rgb(210,133,135); }
td.TdClassName
{
border-color: #D28587;
}
.TagClassName
{
border-color: #D28587;
}
</style>