Shades of Charm #D27881
Tints of Charm #D27881
RGB
CMYK
RGB Variations
Color information
#D27881 (or 0xD27881) is known color: Charm. HEX triplet: D2, 78 and 81. RGB value is (210,120,129). Sum of RGB (Red+Green+Blue) = 210+120+129=459 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.75% from 459); Green value is 120 (47.27% from 255 or 26.14% from 459); Blue value is 129 (50.78% from 255 or 28.10% from 459); Max value from RGB is 210 - color contains mainly: red. Hex color #D27881 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27881 is #2D877E. Grayscale: #939393. Windows color (decimal): -2983807 or 8485074. OLE color: 8485074.
HSL color Cylindrical-coordinate representation of color #D27881: hue angle of 354º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D27881 is Cyan = 0, Magento = 0.43, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 120 | 129 | - |
| CMYK | 0 | 0.43 | 0.39 | 0.18 |
| HSL | 354º | 0.5% | 0.65% | - |
| HSV(B) | 354º | 0.43% | 0.82% | - |
| XYZ | 37.26 | 28.72 | 24.35 | - |
| YUV | 147.94 | 117.32 | 172.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 120 | 129 | 0 | 0.43 | 0.39 | 0.18 | 354 | 0.5 | 0.65 |
| Hex | D2 | 78 | 81 | 0 | 2B | 27 | 12 | 162 | 32 | 41 |
| Octal | 322 | 170 | 201 | 0 | 53 | 47 | 22 | 542 | 62 | 101 |
| Binary | 11010010 | 1111000 | 10000001 | 0 | 101011 | 100111 | 10010 | 101100010 | 110010 | 1000001 |
Color Harmonies of #D27881
Complementary color
Monochromatic Colors of #D27881
Black with #D27881
Text Example
Text Example
White with #D27881
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27881; }
p { color: rgb(210,120,129); }
H1.HeaderClassName
{
color: #D27881;
}
.AnyTagClassName
{
color: #D27881;
}
</style>
background-color css
<style>
a { background-color: #D27881; }
a { background-color: rgb(210,120,129); }
div.DivClassName
{
background-color: #D27881;
}
.BgClassName
{
background-color: #D27881;
}
</style>
border-color css
<style>
span { border-color: #D27881; }
span { border-color: rgb(210,120,129); }
td.TdClassName
{
border-color: #D27881;
}
.TagClassName
{
border-color: #D27881;
}
</style>