Shades of Charm #D57488
Tints of Charm #D57488
RGB
CMYK
RGB Variations
Color information
#D57488 (or 0xD57488) is known color: Charm. HEX triplet: D5, 74 and 88. RGB value is (213,116,136). Sum of RGB (Red+Green+Blue) = 213+116+136=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 116 (45.70% from 255 or 24.95% from 465); Blue value is 136 (53.52% from 255 or 29.25% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D57488 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57488 is #2A8B77. Grayscale: #939393. Windows color (decimal): -2788216 or 8942805. OLE color: 8942805.
HSL color Cylindrical-coordinate representation of color #D57488: hue angle of 347.63º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D57488 is Cyan = 0, Magento = 0.46, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 116 | 136 | - |
| CMYK | 0 | 0.46 | 0.36 | 0.16 |
| HSL | 347.63º | 0.54% | 0.65% | - |
| HSV(B) | 347.63º | 0.46% | 0.84% | - |
| XYZ | 38.13 | 28.41 | 26.77 | - |
| YUV | 147.28 | 121.64 | 174.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 116 | 136 | 0 | 0.46 | 0.36 | 0.16 | 347.63 | 0.54 | 0.65 |
| Hex | D5 | 74 | 88 | 0 | 2E | 24 | 10 | 15C | 36 | 41 |
| Octal | 325 | 164 | 210 | 0 | 56 | 44 | 20 | 534 | 66 | 101 |
| Binary | 11010101 | 1110100 | 10001000 | 0 | 101110 | 100100 | 10000 | 101011100 | 110110 | 1000001 |
Color Harmonies of #D57488
Complementary color
Monochromatic Colors of #D57488
Black with #D57488
Text Example
Text Example
White with #D57488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57488; }
p { color: rgb(213,116,136); }
H1.HeaderClassName
{
color: #D57488;
}
.AnyTagClassName
{
color: #D57488;
}
</style>
background-color css
<style>
a { background-color: #D57488; }
a { background-color: rgb(213,116,136); }
div.DivClassName
{
background-color: #D57488;
}
.BgClassName
{
background-color: #D57488;
}
</style>
border-color css
<style>
span { border-color: #D57488; }
span { border-color: rgb(213,116,136); }
td.TdClassName
{
border-color: #D57488;
}
.TagClassName
{
border-color: #D57488;
}
</style>