Shades of Charm #D57582
Tints of Charm #D57582
RGB
CMYK
RGB Variations
Color information
#D57582 (or 0xD57582) is known color: Charm. HEX triplet: D5, 75 and 82. RGB value is (213,117,130). Sum of RGB (Red+Green+Blue) = 213+117+130=460 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.30% from 460); Green value is 117 (46.09% from 255 or 25.43% from 460); Blue value is 130 (51.17% from 255 or 28.26% from 460); Max value from RGB is 213 - color contains mainly: red. Hex color #D57582 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57582 is #2A8A7D. Grayscale: #939393. Windows color (decimal): -2787966 or 8549845. OLE color: 8549845.
HSL color Cylindrical-coordinate representation of color #D57582: hue angle of 351.88º 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 #D57582 is Cyan = 0, Magento = 0.45, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 117 | 130 | - |
| CMYK | 0 | 0.45 | 0.39 | 0.16 |
| HSL | 351.88º | 0.53% | 0.65% | - |
| HSV(B) | 351.88º | 0.45% | 0.84% | - |
| XYZ | 37.83 | 28.48 | 24.62 | - |
| YUV | 147.19 | 118.3 | 174.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 117 | 130 | 0 | 0.45 | 0.39 | 0.16 | 351.88 | 0.53 | 0.65 |
| Hex | D5 | 75 | 82 | 0 | 2D | 27 | 10 | 160 | 35 | 41 |
| Octal | 325 | 165 | 202 | 0 | 55 | 47 | 20 | 540 | 65 | 101 |
| Binary | 11010101 | 1110101 | 10000010 | 0 | 101101 | 100111 | 10000 | 101100000 | 110101 | 1000001 |
Color Harmonies of #D57582
Complementary color
Monochromatic Colors of #D57582
Black with #D57582
Text Example
Text Example
White with #D57582
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57582; }
p { color: rgb(213,117,130); }
H1.HeaderClassName
{
color: #D57582;
}
.AnyTagClassName
{
color: #D57582;
}
</style>
background-color css
<style>
a { background-color: #D57582; }
a { background-color: rgb(213,117,130); }
div.DivClassName
{
background-color: #D57582;
}
.BgClassName
{
background-color: #D57582;
}
</style>
border-color css
<style>
span { border-color: #D57582; }
span { border-color: rgb(213,117,130); }
td.TdClassName
{
border-color: #D57582;
}
.TagClassName
{
border-color: #D57582;
}
</style>