Shades of Charm #D27E8D
Tints of Charm #D27E8D
RGB
CMYK
RGB Variations
Color information
#D27E8D (or 0xD27E8D) is known color: Charm. HEX triplet: D2, 7E and 8D. RGB value is (210,126,141). Sum of RGB (Red+Green+Blue) = 210+126+141=477 (63% of max value = 765). Red value is 210 (82.42% from 255 or 44.03% from 477); Green value is 126 (49.61% from 255 or 26.42% from 477); Blue value is 141 (55.47% from 255 or 29.56% from 477); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E8D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E8D is #2D8172. Grayscale: #989898. Windows color (decimal): -2982259 or 9273042. OLE color: 9273042.
HSL color Cylindrical-coordinate representation of color #D27E8D: hue angle of 349.29º degrees, saturation: 0.48, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D27E8D is Cyan = 0, Magento = 0.4, Yellow = 0.33 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 141 | - |
| CMYK | 0 | 0.4 | 0.33 | 0.18 |
| HSL | 349.29º | 0.48% | 0.66% | - |
| HSV(B) | 349.29º | 0.4% | 0.82% | - |
| XYZ | 38.85 | 30.55 | 29.05 | - |
| YUV | 152.83 | 121.33 | 168.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 141 | 0 | 0.4 | 0.33 | 0.18 | 349.29 | 0.48 | 0.66 |
| Hex | D2 | 7E | 8D | 0 | 28 | 21 | 12 | 15D | 30 | 42 |
| Octal | 322 | 176 | 215 | 0 | 50 | 41 | 22 | 535 | 60 | 102 |
| Binary | 11010010 | 1111110 | 10001101 | 0 | 101000 | 100001 | 10010 | 101011101 | 110000 | 1000010 |
Color Harmonies of #D27E8D
Complementary color
Monochromatic Colors of #D27E8D
Black with #D27E8D
Text Example
Text Example
White with #D27E8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E8D; }
p { color: rgb(210,126,141); }
H1.HeaderClassName
{
color: #D27E8D;
}
.AnyTagClassName
{
color: #D27E8D;
}
</style>
background-color css
<style>
a { background-color: #D27E8D; }
a { background-color: rgb(210,126,141); }
div.DivClassName
{
background-color: #D27E8D;
}
.BgClassName
{
background-color: #D27E8D;
}
</style>
border-color css
<style>
span { border-color: #D27E8D; }
span { border-color: rgb(210,126,141); }
td.TdClassName
{
border-color: #D27E8D;
}
.TagClassName
{
border-color: #D27E8D;
}
</style>