Shades of Charm #D27C88
Tints of Charm #D27C88
RGB
CMYK
RGB Variations
Color information
#D27C88 (or 0xD27C88) is known color: Charm. HEX triplet: D2, 7C and 88. RGB value is (210,124,136). Sum of RGB (Red+Green+Blue) = 210+124+136=470 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.68% from 470); Green value is 124 (48.83% from 255 or 26.38% from 470); Blue value is 136 (53.52% from 255 or 28.94% from 470); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C88 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27C88 is #2D8377. Grayscale: #979797. Windows color (decimal): -2982776 or 8944850. OLE color: 8944850.
HSL color Cylindrical-coordinate representation of color #D27C88: hue angle of 351.63º 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 #D27C88 is Cyan = 0, Magento = 0.41, Yellow = 0.35 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 124 | 136 | - |
| CMYK | 0 | 0.41 | 0.35 | 0.18 |
| HSL | 351.63º | 0.49% | 0.65% | - |
| HSV(B) | 351.63º | 0.41% | 0.82% | - |
| XYZ | 38.23 | 29.89 | 27.05 | - |
| YUV | 151.08 | 119.49 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 124 | 136 | 0 | 0.41 | 0.35 | 0.18 | 351.63 | 0.49 | 0.65 |
| Hex | D2 | 7C | 88 | 0 | 29 | 23 | 12 | 160 | 31 | 41 |
| Octal | 322 | 174 | 210 | 0 | 51 | 43 | 22 | 540 | 61 | 101 |
| Binary | 11010010 | 1111100 | 10001000 | 0 | 101001 | 100011 | 10010 | 101100000 | 110001 | 1000001 |
Color Harmonies of #D27C88
Complementary color
Monochromatic Colors of #D27C88
Black with #D27C88
Text Example
Text Example
White with #D27C88
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27C88; }
p { color: rgb(210,124,136); }
H1.HeaderClassName
{
color: #D27C88;
}
.AnyTagClassName
{
color: #D27C88;
}
</style>
background-color css
<style>
a { background-color: #D27C88; }
a { background-color: rgb(210,124,136); }
div.DivClassName
{
background-color: #D27C88;
}
.BgClassName
{
background-color: #D27C88;
}
</style>
border-color css
<style>
span { border-color: #D27C88; }
span { border-color: rgb(210,124,136); }
td.TdClassName
{
border-color: #D27C88;
}
.TagClassName
{
border-color: #D27C88;
}
</style>