Shades of Charm #D28485
Tints of Charm #D28485
RGB
CMYK
RGB Variations
Color information
#D28485 (or 0xD28485) is known color: Charm. HEX triplet: D2, 84 and 85. RGB value is (210,132,133). Sum of RGB (Red+Green+Blue) = 210+132+133=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 132 (51.95% from 255 or 27.79% from 475); Blue value is 133 (52.34% from 255 or 28% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D28485 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28485 is #2D7B7A. Grayscale: #9B9B9B. Windows color (decimal): -2980731 or 8750290. OLE color: 8750290.
HSL color Cylindrical-coordinate representation of color #D28485: hue angle of 359.23º 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 #D28485 is Cyan = 0, Magento = 0.37, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 132 | 133 | - |
| CMYK | 0 | 0.37 | 0.37 | 0.18 |
| HSL | 359.23º | 0.46% | 0.67% | - |
| HSV(B) | 359.23º | 0.37% | 0.82% | - |
| XYZ | 39.06 | 31.9 | 26.29 | - |
| YUV | 155.44 | 115.34 | 166.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 132 | 133 | 0 | 0.37 | 0.37 | 0.18 | 359.23 | 0.46 | 0.67 |
| Hex | D2 | 84 | 85 | 0 | 25 | 25 | 12 | 167 | 2E | 43 |
| Octal | 322 | 204 | 205 | 0 | 45 | 45 | 22 | 547 | 56 | 103 |
| Binary | 11010010 | 10000100 | 10000101 | 0 | 100101 | 100101 | 10010 | 101100111 | 101110 | 1000011 |
Color Harmonies of #D28485
Complementary color
Monochromatic Colors of #D28485
Black with #D28485
Text Example
Text Example
White with #D28485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28485; }
p { color: rgb(210,132,133); }
H1.HeaderClassName
{
color: #D28485;
}
.AnyTagClassName
{
color: #D28485;
}
</style>
background-color css
<style>
a { background-color: #D28485; }
a { background-color: rgb(210,132,133); }
div.DivClassName
{
background-color: #D28485;
}
.BgClassName
{
background-color: #D28485;
}
</style>
border-color css
<style>
span { border-color: #D28485; }
span { border-color: rgb(210,132,133); }
td.TdClassName
{
border-color: #D28485;
}
.TagClassName
{
border-color: #D28485;
}
</style>