Shades of Charm #D27485
Tints of Charm #D27485
RGB
CMYK
RGB Variations
Color information
#D27485 (or 0xD27485) is known color: Charm. HEX triplet: D2, 74 and 85. RGB value is (210,116,133). Sum of RGB (Red+Green+Blue) = 210+116+133=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 116 (45.70% from 255 or 25.27% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27485 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27485 is #2D8B7A. Grayscale: #929292. Windows color (decimal): -2984827 or 8746194. OLE color: 8746194.
HSL color Cylindrical-coordinate representation of color #D27485: hue angle of 349.15º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27485 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 116 | 133 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.18 |
| HSL | 349.15º | 0.51% | 0.64% | - |
| HSV(B) | 349.15º | 0.45% | 0.82% | - |
| XYZ | 37.06 | 27.89 | 25.62 | - |
| YUV | 146.04 | 120.64 | 173.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 116 | 133 | 0 | 0.45 | 0.37 | 0.18 | 349.15 | 0.51 | 0.64 |
| Hex | D2 | 74 | 85 | 0 | 2D | 25 | 12 | 15D | 33 | 40 |
| Octal | 322 | 164 | 205 | 0 | 55 | 45 | 22 | 535 | 63 | 100 |
| Binary | 11010010 | 1110100 | 10000101 | 0 | 101101 | 100101 | 10010 | 101011101 | 110011 | 1000000 |
Color Harmonies of #D27485
Complementary color
Monochromatic Colors of #D27485
Black with #D27485
Text Example
Text Example
White with #D27485
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27485; }
p { color: rgb(210,116,133); }
H1.HeaderClassName
{
color: #D27485;
}
.AnyTagClassName
{
color: #D27485;
}
</style>
background-color css
<style>
a { background-color: #D27485; }
a { background-color: rgb(210,116,133); }
div.DivClassName
{
background-color: #D27485;
}
.BgClassName
{
background-color: #D27485;
}
</style>
border-color css
<style>
span { border-color: #D27485; }
span { border-color: rgb(210,116,133); }
td.TdClassName
{
border-color: #D27485;
}
.TagClassName
{
border-color: #D27485;
}
</style>