Shades of Charm #D28082
Tints of Charm #D28082
RGB
CMYK
RGB Variations
Color information
#D28082 (or 0xD28082) is known color: Charm. HEX triplet: D2, 80 and 82. RGB value is (210,128,130). Sum of RGB (Red+Green+Blue) = 210+128+130=468 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.87% from 468); Green value is 128 (50.39% from 255 or 27.35% from 468); Blue value is 130 (51.17% from 255 or 27.78% from 468); Max value from RGB is 210 - color contains mainly: red. Hex color #D28082 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D28082 is #2D7F7D. Grayscale: #989898. Windows color (decimal): -2981758 or 8552658. OLE color: 8552658.
HSL color Cylindrical-coordinate representation of color #D28082: hue angle of 358.54º 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 #D28082 is Cyan = 0, Magento = 0.39, Yellow = 0.38 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 128 | 130 | - |
| CMYK | 0 | 0.39 | 0.38 | 0.18 |
| HSL | 358.54º | 0.48% | 0.66% | - |
| HSV(B) | 358.54º | 0.39% | 0.82% | - |
| XYZ | 38.33 | 30.75 | 25.03 | - |
| YUV | 152.75 | 115.17 | 168.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 128 | 130 | 0 | 0.39 | 0.38 | 0.18 | 358.54 | 0.48 | 0.66 |
| Hex | D2 | 80 | 82 | 0 | 27 | 26 | 12 | 167 | 30 | 42 |
| Octal | 322 | 200 | 202 | 0 | 47 | 46 | 22 | 547 | 60 | 102 |
| Binary | 11010010 | 10000000 | 10000010 | 0 | 100111 | 100110 | 10010 | 101100111 | 110000 | 1000010 |
Color Harmonies of #D28082
Complementary color
Monochromatic Colors of #D28082
Black with #D28082
Text Example
Text Example
White with #D28082
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D28082; }
p { color: rgb(210,128,130); }
H1.HeaderClassName
{
color: #D28082;
}
.AnyTagClassName
{
color: #D28082;
}
</style>
background-color css
<style>
a { background-color: #D28082; }
a { background-color: rgb(210,128,130); }
div.DivClassName
{
background-color: #D28082;
}
.BgClassName
{
background-color: #D28082;
}
</style>
border-color css
<style>
span { border-color: #D28082; }
span { border-color: rgb(210,128,130); }
td.TdClassName
{
border-color: #D28082;
}
.TagClassName
{
border-color: #D28082;
}
</style>