Shades of Charm #D27E8B
Tints of Charm #D27E8B
RGB
CMYK
RGB Variations
Color information
#D27E8B (or 0xD27E8B) is known color: Charm. HEX triplet: D2, 7E and 8B. RGB value is (210,126,139). Sum of RGB (Red+Green+Blue) = 210+126+139=475 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.21% from 475); Green value is 126 (49.61% from 255 or 26.53% from 475); Blue value is 139 (54.69% from 255 or 29.26% from 475); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E8B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E8B is #2D8174. Grayscale: #989898. Windows color (decimal): -2982261 or 9141970. OLE color: 9141970.
HSL color Cylindrical-coordinate representation of color #D27E8B: hue angle of 350.71º 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 #D27E8B is Cyan = 0, Magento = 0.4, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 139 | - |
| CMYK | 0 | 0.4 | 0.34 | 0.18 |
| HSL | 350.71º | 0.48% | 0.66% | - |
| HSV(B) | 350.71º | 0.4% | 0.82% | - |
| XYZ | 38.7 | 30.49 | 28.27 | - |
| YUV | 152.6 | 120.33 | 168.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 139 | 0 | 0.4 | 0.34 | 0.18 | 350.71 | 0.48 | 0.66 |
| Hex | D2 | 7E | 8B | 0 | 28 | 22 | 12 | 15F | 30 | 42 |
| Octal | 322 | 176 | 213 | 0 | 50 | 42 | 22 | 537 | 60 | 102 |
| Binary | 11010010 | 1111110 | 10001011 | 0 | 101000 | 100010 | 10010 | 101011111 | 110000 | 1000010 |
Color Harmonies of #D27E8B
Complementary color
Monochromatic Colors of #D27E8B
Black with #D27E8B
Text Example
Text Example
White with #D27E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E8B; }
p { color: rgb(210,126,139); }
H1.HeaderClassName
{
color: #D27E8B;
}
.AnyTagClassName
{
color: #D27E8B;
}
</style>
background-color css
<style>
a { background-color: #D27E8B; }
a { background-color: rgb(210,126,139); }
div.DivClassName
{
background-color: #D27E8B;
}
.BgClassName
{
background-color: #D27E8B;
}
</style>
border-color css
<style>
span { border-color: #D27E8B; }
span { border-color: rgb(210,126,139); }
td.TdClassName
{
border-color: #D27E8B;
}
.TagClassName
{
border-color: #D27E8B;
}
</style>