Shades of Charm #D28285
Tints of Charm #D28285
RGB
CMYK
RGB Variations
Color information
#D28285 (or 0xD28285) is known color: Charm. HEX triplet: D2, 82 and 85. RGB value is (210,130,133). Sum of RGB (Red+Green+Blue) = 210+130+133=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 130 (51.17% from 255 or 27.48% from 473); Blue value is 133 (52.34% from 255 or 28.12% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D28285 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28285 is #2D7D7A. Grayscale: #9A9A9A. Windows color (decimal): -2981243 or 8749778. OLE color: 8749778.
HSL color Cylindrical-coordinate representation of color #D28285: hue angle of 357.75º 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 #D28285 is Cyan = 0, Magento = 0.38, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 130 | 133 | - |
| CMYK | 0 | 0.38 | 0.37 | 0.18 |
| HSL | 357.75º | 0.47% | 0.67% | - |
| HSV(B) | 357.75º | 0.38% | 0.82% | - |
| XYZ | 38.79 | 31.36 | 26.2 | - |
| YUV | 154.26 | 116 | 167.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 130 | 133 | 0 | 0.38 | 0.37 | 0.18 | 357.75 | 0.47 | 0.67 |
| Hex | D2 | 82 | 85 | 0 | 26 | 25 | 12 | 166 | 2F | 43 |
| Octal | 322 | 202 | 205 | 0 | 46 | 45 | 22 | 546 | 57 | 103 |
| Binary | 11010010 | 10000010 | 10000101 | 0 | 100110 | 100101 | 10010 | 101100110 | 101111 | 1000011 |
Color Harmonies of #D28285
Complementary color
Monochromatic Colors of #D28285
Black with #D28285
Text Example
Text Example
White with #D28285
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28285; }
p { color: rgb(210,130,133); }
H1.HeaderClassName
{
color: #D28285;
}
.AnyTagClassName
{
color: #D28285;
}
</style>
background-color css
<style>
a { background-color: #D28285; }
a { background-color: rgb(210,130,133); }
div.DivClassName
{
background-color: #D28285;
}
.BgClassName
{
background-color: #D28285;
}
</style>
border-color css
<style>
span { border-color: #D28285; }
span { border-color: rgb(210,130,133); }
td.TdClassName
{
border-color: #D28285;
}
.TagClassName
{
border-color: #D28285;
}
</style>