Shades of Charm #D27181
Tints of Charm #D27181
RGB
CMYK
RGB Variations
Color information
#D27181 (or 0xD27181) is known color: Charm. HEX triplet: D2, 71 and 81. RGB value is (210,113,129). Sum of RGB (Red+Green+Blue) = 210+113+129=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 113 (44.53% from 255 or 25% from 452); Blue value is 129 (50.78% from 255 or 28.54% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D27181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D27181 is #2D8E7E. Grayscale: #8F8F8F. Windows color (decimal): -2985599 or 8483282. OLE color: 8483282.
HSL color Cylindrical-coordinate representation of color #D27181: hue angle of 350.1º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27181 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 113 | 129 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.18 |
| HSL | 350.1º | 0.52% | 0.63% | - |
| HSV(B) | 350.1º | 0.46% | 0.82% | - |
| XYZ | 36.45 | 27.1 | 24.08 | - |
| YUV | 143.83 | 119.64 | 175.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 113 | 129 | 0 | 0.46 | 0.39 | 0.18 | 350.1 | 0.52 | 0.63 |
| Hex | D2 | 71 | 81 | 0 | 2E | 27 | 12 | 15E | 34 | 3F |
| Octal | 322 | 161 | 201 | 0 | 56 | 47 | 22 | 536 | 64 | 77 |
| Binary | 11010010 | 1110001 | 10000001 | 0 | 101110 | 100111 | 10010 | 101011110 | 110100 | 111111 |
Color Harmonies of #D27181
Complementary color
Monochromatic Colors of #D27181
Black with #D27181
Text Example
Text Example
White with #D27181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D27181; }
p { color: rgb(210,113,129); }
H1.HeaderClassName
{
color: #D27181;
}
.AnyTagClassName
{
color: #D27181;
}
</style>
background-color css
<style>
a { background-color: #D27181; }
a { background-color: rgb(210,113,129); }
div.DivClassName
{
background-color: #D27181;
}
.BgClassName
{
background-color: #D27181;
}
</style>
border-color css
<style>
span { border-color: #D27181; }
span { border-color: rgb(210,113,129); }
td.TdClassName
{
border-color: #D27181;
}
.TagClassName
{
border-color: #D27181;
}
</style>