Shades of Charm #D27C85
Tints of Charm #D27C85
RGB
CMYK
RGB Variations
Color information
#D27C85 (or 0xD27C85) is known color: Charm. HEX triplet: D2, 7C and 85. RGB value is (210,124,133). Sum of RGB (Red+Green+Blue) = 210+124+133=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 124 (48.83% from 255 or 26.55% from 467); Blue value is 133 (52.34% from 255 or 28.48% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C85 is #2D837A. Grayscale: #969696. Windows color (decimal): -2982779 or 8748242. OLE color: 8748242.
HSL color Cylindrical-coordinate representation of color #D27C85: hue angle of 353.72º degrees, saturation: 0.49, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D27C85 is Cyan = 0, Magento = 0.41, Yellow = 0.37 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 133 | - |
| CMYK | 0 | 0.41 | 0.37 | 0.18 |
| HSL | 353.72º | 0.49% | 0.65% | - |
| HSV(B) | 353.72º | 0.41% | 0.82% | - |
| XYZ | 38.02 | 29.81 | 25.94 | - |
| YUV | 150.74 | 117.99 | 170.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 133 | 0 | 0.41 | 0.37 | 0.18 | 353.72 | 0.49 | 0.65 |
| Hex | D2 | 7C | 85 | 0 | 29 | 25 | 12 | 162 | 31 | 41 |
| Octal | 322 | 174 | 205 | 0 | 51 | 45 | 22 | 542 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10000101 | 0 | 101001 | 100101 | 10010 | 101100010 | 110001 | 1000001 |
Color Harmonies of #D27C85
Complementary color
Monochromatic Colors of #D27C85
Black with #D27C85
Text Example
Text Example
White with #D27C85
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C85; }
p { color: rgb(210,124,133); }
H1.HeaderClassName
{
color: #D27C85;
}
.AnyTagClassName
{
color: #D27C85;
}
</style>
background-color css
<style>
a { background-color: #D27C85; }
a { background-color: rgb(210,124,133); }
div.DivClassName
{
background-color: #D27C85;
}
.BgClassName
{
background-color: #D27C85;
}
</style>
border-color css
<style>
span { border-color: #D27C85; }
span { border-color: rgb(210,124,133); }
td.TdClassName
{
border-color: #D27C85;
}
.TagClassName
{
border-color: #D27C85;
}
</style>