Shades of Charm #D57080
Tints of Charm #D57080
RGB
CMYK
RGB Variations
Color information
#D57080 (or 0xD57080) is known color: Charm. HEX triplet: D5, 70 and 80. RGB value is (213,112,128). Sum of RGB (Red+Green+Blue) = 213+112+128=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 112 (44.14% from 255 or 24.72% from 453); Blue value is 128 (50.39% from 255 or 28.26% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D57080 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57080 is #2A8F7F. Grayscale: #909090. Windows color (decimal): -2789248 or 8417493. OLE color: 8417493.
HSL color Cylindrical-coordinate representation of color #D57080: hue angle of 350.5º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57080 is Cyan = 0, Magento = 0.47, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 112 | 128 | - |
| CMYK | 0 | 0.47 | 0.40 | 0.16 |
| HSL | 350.5º | 0.55% | 0.64% | - |
| HSV(B) | 350.5º | 0.47% | 0.84% | - |
| XYZ | 37.13 | 27.29 | 23.73 | - |
| YUV | 144.02 | 118.96 | 177.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 112 | 128 | 0 | 0.47 | 0.40 | 0.16 | 350.5 | 0.55 | 0.64 |
| Hex | D5 | 70 | 80 | 0 | 2F | 28 | 10 | 15E | 37 | 40 |
| Octal | 325 | 160 | 200 | 0 | 57 | 50 | 20 | 536 | 67 | 100 |
| Binary | 11010101 | 1110000 | 10000000 | 0 | 101111 | 101000 | 10000 | 101011110 | 110111 | 1000000 |
Color Harmonies of #D57080
Complementary color
Monochromatic Colors of #D57080
Black with #D57080
Text Example
Text Example
White with #D57080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57080; }
p { color: rgb(213,112,128); }
H1.HeaderClassName
{
color: #D57080;
}
.AnyTagClassName
{
color: #D57080;
}
</style>
background-color css
<style>
a { background-color: #D57080; }
a { background-color: rgb(213,112,128); }
div.DivClassName
{
background-color: #D57080;
}
.BgClassName
{
background-color: #D57080;
}
</style>
border-color css
<style>
span { border-color: #D57080; }
span { border-color: rgb(213,112,128); }
td.TdClassName
{
border-color: #D57080;
}
.TagClassName
{
border-color: #D57080;
}
</style>