Shades of Charm #D57590
Tints of Charm #D57590
RGB
CMYK
RGB Variations
Color information
#D57590 (or 0xD57590) is known color: Charm. HEX triplet: D5, 75 and 90. RGB value is (213,117,144). Sum of RGB (Red+Green+Blue) = 213+117+144=474 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.94% from 474); Green value is 117 (46.09% from 255 or 24.68% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 213 - color contains mainly: red. Hex color #D57590 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57590 is #2A8A6F. Grayscale: #949494. Windows color (decimal): -2787952 or 9467349. OLE color: 9467349.
HSL color Cylindrical-coordinate representation of color #D57590: hue angle of 343.12º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57590 is Cyan = 0, Magento = 0.45, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 144 | - |
| CMYK | 0 | 0.45 | 0.32 | 0.16 |
| HSL | 343.13º | 0.53% | 0.65% | - |
| HSV(B) | 343.13º | 0.45% | 0.84% | - |
| XYZ | 38.84 | 28.88 | 29.91 | - |
| YUV | 148.78 | 125.3 | 173.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 144 | 0 | 0.45 | 0.32 | 0.16 | 343.13 | 0.53 | 0.65 |
| Hex | D5 | 75 | 90 | 0 | 2D | 20 | 10 | 157 | 35 | 41 |
| Octal | 325 | 165 | 220 | 0 | 55 | 40 | 20 | 527 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10010000 | 0 | 101101 | 100000 | 10000 | 101010111 | 110101 | 1000001 |
Color Harmonies of #D57590
Complementary color
Monochromatic Colors of #D57590
Black with #D57590
Text Example
Text Example
White with #D57590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57590; }
p { color: rgb(213,117,144); }
H1.HeaderClassName
{
color: #D57590;
}
.AnyTagClassName
{
color: #D57590;
}
</style>
background-color css
<style>
a { background-color: #D57590; }
a { background-color: rgb(213,117,144); }
div.DivClassName
{
background-color: #D57590;
}
.BgClassName
{
background-color: #D57590;
}
</style>
border-color css
<style>
span { border-color: #D57590; }
span { border-color: rgb(213,117,144); }
td.TdClassName
{
border-color: #D57590;
}
.TagClassName
{
border-color: #D57590;
}
</style>