Shades of Charm #D37181
Tints of Charm #D37181
RGB
CMYK
RGB Variations
Color information
#D37181 (or 0xD37181) is known color: Charm. HEX triplet: D3, 71 and 81. RGB value is (211,113,129). Sum of RGB (Red+Green+Blue) = 211+113+129=453 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.58% from 453); Green value is 113 (44.53% from 255 or 24.94% from 453); Blue value is 129 (50.78% from 255 or 28.48% from 453); Max value from RGB is 211 - color contains mainly: red. Hex color #D37181 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37181 is #2C8E7E. Grayscale: #909090. Windows color (decimal): -2920063 or 8483283. OLE color: 8483283.
HSL color Cylindrical-coordinate representation of color #D37181: hue angle of 350.2º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37181 is Cyan = 0, Magento = 0.46, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 129 | - |
| CMYK | 0 | 0.46 | 0.39 | 0.17 |
| HSL | 350.2º | 0.53% | 0.64% | - |
| HSV(B) | 350.2º | 0.46% | 0.83% | - |
| XYZ | 36.73 | 27.24 | 24.09 | - |
| YUV | 144.13 | 119.47 | 175.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 129 | 0 | 0.46 | 0.39 | 0.17 | 350.2 | 0.53 | 0.64 |
| Hex | D3 | 71 | 81 | 0 | 2E | 27 | 11 | 15E | 35 | 40 |
| Octal | 323 | 161 | 201 | 0 | 56 | 47 | 21 | 536 | 65 | 100 |
| Binary | 11010011 | 1110001 | 10000001 | 0 | 101110 | 100111 | 10001 | 101011110 | 110101 | 1000000 |
Color Harmonies of #D37181
Complementary color
Monochromatic Colors of #D37181
Black with #D37181
Text Example
Text Example
White with #D37181
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37181; }
p { color: rgb(211,113,129); }
H1.HeaderClassName
{
color: #D37181;
}
.AnyTagClassName
{
color: #D37181;
}
</style>
background-color css
<style>
a { background-color: #D37181; }
a { background-color: rgb(211,113,129); }
div.DivClassName
{
background-color: #D37181;
}
.BgClassName
{
background-color: #D37181;
}
</style>
border-color css
<style>
span { border-color: #D37181; }
span { border-color: rgb(211,113,129); }
td.TdClassName
{
border-color: #D37181;
}
.TagClassName
{
border-color: #D37181;
}
</style>