Shades of Charm #D37F81
Tints of Charm #D37F81
RGB
CMYK
RGB Variations
Color information
#D37F81 (or 0xD37F81) is known color: Charm. HEX triplet: D3, 7F and 81. RGB value is (211,127,129). Sum of RGB (Red+Green+Blue) = 211+127+129=467 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.18% from 467); Green value is 127 (50% from 255 or 27.19% from 467); Blue value is 129 (50.78% from 255 or 27.62% from 467); Max value from RGB is 211 - color contains mainly: red. Hex color #D37F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37F81 is #2C807E. Grayscale: #989898. Windows color (decimal): -2916479 or 8486867. OLE color: 8486867.
HSL color Cylindrical-coordinate representation of color #D37F81: hue angle of 358.57º degrees, saturation: 0.49, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D37F81 is Cyan = 0, Magento = 0.40, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 127 | 129 | - |
| CMYK | 0 | 0.40 | 0.39 | 0.17 |
| HSL | 358.57º | 0.49% | 0.66% | - |
| HSV(B) | 358.57º | 0.4% | 0.83% | - |
| XYZ | 38.42 | 30.61 | 24.65 | - |
| YUV | 152.34 | 114.83 | 169.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 127 | 129 | 0 | 0.40 | 0.39 | 0.17 | 358.57 | 0.49 | 0.66 |
| Hex | D3 | 7F | 81 | 0 | 28 | 27 | 11 | 167 | 31 | 42 |
| Octal | 323 | 177 | 201 | 0 | 50 | 47 | 21 | 547 | 61 | 102 |
| Binary | 11010011 | 1111111 | 10000001 | 0 | 101000 | 100111 | 10001 | 101100111 | 110001 | 1000010 |
Color Harmonies of #D37F81
Complementary color
Monochromatic Colors of #D37F81
Black with #D37F81
Text Example
Text Example
White with #D37F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37F81; }
p { color: rgb(211,127,129); }
H1.HeaderClassName
{
color: #D37F81;
}
.AnyTagClassName
{
color: #D37F81;
}
</style>
background-color css
<style>
a { background-color: #D37F81; }
a { background-color: rgb(211,127,129); }
div.DivClassName
{
background-color: #D37F81;
}
.BgClassName
{
background-color: #D37F81;
}
</style>
border-color css
<style>
span { border-color: #D37F81; }
span { border-color: rgb(211,127,129); }
td.TdClassName
{
border-color: #D37F81;
}
.TagClassName
{
border-color: #D37F81;
}
</style>