Shades of Charm #D37288
Tints of Charm #D37288
RGB
CMYK
RGB Variations
Color information
#D37288 (or 0xD37288) is known color: Charm. HEX triplet: D3, 72 and 88. RGB value is (211,114,136). Sum of RGB (Red+Green+Blue) = 211+114+136=461 (61% of max value = 765). Red value is 211 (82.81% from 255 or 45.77% from 461); Green value is 114 (44.92% from 255 or 24.73% from 461); Blue value is 136 (53.52% from 255 or 29.50% from 461); Max value from RGB is 211 - color contains mainly: red. Hex color #D37288 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37288 is #2C8D77. Grayscale: #919191. Windows color (decimal): -2919800 or 8942291. OLE color: 8942291.
HSL color Cylindrical-coordinate representation of color #D37288: hue angle of 346.39º degrees, saturation: 0.52, 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 #D37288 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 136 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.17 |
| HSL | 346.39º | 0.52% | 0.64% | - |
| HSV(B) | 346.39º | 0.46% | 0.83% | - |
| XYZ | 37.33 | 27.66 | 26.66 | - |
| YUV | 145.51 | 122.64 | 174.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 136 | 0 | 0.46 | 0.36 | 0.17 | 346.39 | 0.52 | 0.64 |
| Hex | D3 | 72 | 88 | 0 | 2E | 24 | 11 | 15A | 34 | 40 |
| Octal | 323 | 162 | 210 | 0 | 56 | 44 | 21 | 532 | 64 | 100 |
| Binary | 11010011 | 1110010 | 10001000 | 0 | 101110 | 100100 | 10001 | 101011010 | 110100 | 1000000 |
Color Harmonies of #D37288
Complementary color
Monochromatic Colors of #D37288
Black with #D37288
Text Example
Text Example
White with #D37288
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37288; }
p { color: rgb(211,114,136); }
H1.HeaderClassName
{
color: #D37288;
}
.AnyTagClassName
{
color: #D37288;
}
</style>
background-color css
<style>
a { background-color: #D37288; }
a { background-color: rgb(211,114,136); }
div.DivClassName
{
background-color: #D37288;
}
.BgClassName
{
background-color: #D37288;
}
</style>
border-color css
<style>
span { border-color: #D37288; }
span { border-color: rgb(211,114,136); }
td.TdClassName
{
border-color: #D37288;
}
.TagClassName
{
border-color: #D37288;
}
</style>