Shades of Charm #D27E81
Tints of Charm #D27E81
RGB
CMYK
RGB Variations
Color information
#D27E81 (or 0xD27E81) is known color: Charm. HEX triplet: D2, 7E and 81. RGB value is (210,126,129). Sum of RGB (Red+Green+Blue) = 210+126+129=465 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.16% from 465); Green value is 126 (49.61% from 255 or 27.10% from 465); Blue value is 129 (50.78% from 255 or 27.74% from 465); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27E81 is #2D817E. Grayscale: #979797. Windows color (decimal): -2982271 or 8486610. OLE color: 8486610.
HSL color Cylindrical-coordinate representation of color #D27E81: hue angle of 357.86º 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 #D27E81 is Cyan = 0, Magento = 0.4, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 126 | 129 | - |
| CMYK | 0 | 0.4 | 0.39 | 0.18 |
| HSL | 357.86º | 0.48% | 0.66% | - |
| HSV(B) | 357.86º | 0.4% | 0.82% | - |
| XYZ | 38 | 30.21 | 24.6 | - |
| YUV | 151.46 | 115.33 | 169.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 126 | 129 | 0 | 0.4 | 0.39 | 0.18 | 357.86 | 0.48 | 0.66 |
| Hex | D2 | 7E | 81 | 0 | 28 | 27 | 12 | 166 | 30 | 42 |
| Octal | 322 | 176 | 201 | 0 | 50 | 47 | 22 | 546 | 60 | 102 |
| Binary | 11010010 | 1111110 | 10000001 | 0 | 101000 | 100111 | 10010 | 101100110 | 110000 | 1000010 |
Color Harmonies of #D27E81
Complementary color
Monochromatic Colors of #D27E81
Black with #D27E81
Text Example
Text Example
White with #D27E81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27E81; }
p { color: rgb(210,126,129); }
H1.HeaderClassName
{
color: #D27E81;
}
.AnyTagClassName
{
color: #D27E81;
}
</style>
background-color css
<style>
a { background-color: #D27E81; }
a { background-color: rgb(210,126,129); }
div.DivClassName
{
background-color: #D27E81;
}
.BgClassName
{
background-color: #D27E81;
}
</style>
border-color css
<style>
span { border-color: #D27E81; }
span { border-color: rgb(210,126,129); }
td.TdClassName
{
border-color: #D27E81;
}
.TagClassName
{
border-color: #D27E81;
}
</style>