Shades of Charm #D37385
Tints of Charm #D37385
RGB
CMYK
RGB Variations
Color information
#D37385 (or 0xD37385) is known color: Charm. HEX triplet: D3, 73 and 85. RGB value is (211,115,133). Sum of RGB (Red+Green+Blue) = 211+115+133=459 (60% of max value = 765). Red value is 211 (82.81% from 255 or 45.97% from 459); Green value is 115 (45.31% from 255 or 25.05% from 459); Blue value is 133 (52.34% from 255 or 28.98% from 459); Max value from RGB is 211 - color contains mainly: red. Hex color #D37385 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D37385 is #2C8C7A. Grayscale: #919191. Windows color (decimal): -2919547 or 8745939. OLE color: 8745939.
HSL color Cylindrical-coordinate representation of color #D37385: hue angle of 348.75º 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 #D37385 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 133 | - |
| CMYK | 0 | 0.45 | 0.37 | 0.17 |
| HSL | 348.75º | 0.52% | 0.64% | - |
| HSV(B) | 348.75º | 0.45% | 0.83% | - |
| XYZ | 37.23 | 27.8 | 25.59 | - |
| YUV | 145.76 | 120.8 | 174.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 133 | 0 | 0.45 | 0.37 | 0.17 | 348.75 | 0.52 | 0.64 |
| Hex | D3 | 73 | 85 | 0 | 2D | 25 | 11 | 15D | 34 | 40 |
| Octal | 323 | 163 | 205 | 0 | 55 | 45 | 21 | 535 | 64 | 100 |
| Binary | 11010011 | 1110011 | 10000101 | 0 | 101101 | 100101 | 10001 | 101011101 | 110100 | 1000000 |
Color Harmonies of #D37385
Complementary color
Monochromatic Colors of #D37385
Black with #D37385
Text Example
Text Example
White with #D37385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D37385; }
p { color: rgb(211,115,133); }
H1.HeaderClassName
{
color: #D37385;
}
.AnyTagClassName
{
color: #D37385;
}
</style>
background-color css
<style>
a { background-color: #D37385; }
a { background-color: rgb(211,115,133); }
div.DivClassName
{
background-color: #D37385;
}
.BgClassName
{
background-color: #D37385;
}
</style>
border-color css
<style>
span { border-color: #D37385; }
span { border-color: rgb(211,115,133); }
td.TdClassName
{
border-color: #D37385;
}
.TagClassName
{
border-color: #D37385;
}
</style>