Shades of Charm #D37380
Tints of Charm #D37380
RGB
CMYK
RGB Variations
Color information
#D37380 (or 0xD37380) is known color: Charm. HEX triplet: D3, 73 and 80. RGB value is (211,115,128). Sum of RGB (Red+Green+Blue) = 211+115+128=454 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.48% from 454); Green value is 115 (45.31% from 255 or 25.33% from 454); Blue value is 128 (50.39% from 255 or 28.19% from 454); Max value from RGB is 211 - color contains mainly: red. Hex color #D37380 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37380 is #2C8C7F. Grayscale: #919191. Windows color (decimal): -2919552 or 8418259. OLE color: 8418259.
HSL color Cylindrical-coordinate representation of color #D37380: hue angle of 351.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D37380 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 128 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.17 |
| HSL | 351.88º | 0.52% | 0.64% | - |
| HSV(B) | 351.88º | 0.45% | 0.83% | - |
| XYZ | 36.89 | 27.67 | 23.82 | - |
| YUV | 145.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 128 | 0 | 0.45 | 0.39 | 0.17 | 351.88 | 0.52 | 0.64 |
| Hex | D3 | 73 | 80 | 0 | 2D | 27 | 11 | 160 | 34 | 40 |
| Octal | 323 | 163 | 200 | 0 | 55 | 47 | 21 | 540 | 64 | 100 |
| Binary | 11010011 | 1110011 | 10000000 | 0 | 101101 | 100111 | 10001 | 101100000 | 110100 | 1000000 |
Color Harmonies of #D37380
Complementary color
Monochromatic Colors of #D37380
Black with #D37380
Text Example
Text Example
White with #D37380
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37380; }
p { color: rgb(211,115,128); }
H1.HeaderClassName
{
color: #D37380;
}
.AnyTagClassName
{
color: #D37380;
}
</style>
background-color css
<style>
a { background-color: #D37380; }
a { background-color: rgb(211,115,128); }
div.DivClassName
{
background-color: #D37380;
}
.BgClassName
{
background-color: #D37380;
}
</style>
border-color css
<style>
span { border-color: #D37380; }
span { border-color: rgb(211,115,128); }
td.TdClassName
{
border-color: #D37380;
}
.TagClassName
{
border-color: #D37380;
}
</style>