Shades of Charm #D57991
Tints of Charm #D57991
RGB
CMYK
RGB Variations
Color information
#D57991 (or 0xD57991) is known color: Charm. HEX triplet: D5, 79 and 91. RGB value is (213,121,145). Sum of RGB (Red+Green+Blue) = 213+121+145=479 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.47% from 479); Green value is 121 (47.66% from 255 or 25.26% from 479); Blue value is 145 (57.03% from 255 or 30.27% from 479); Max value from RGB is 213 - color contains mainly: red. Hex color #D57991 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57991 is #2A866E. Grayscale: #979797. Windows color (decimal): -2786927 or 9533909. OLE color: 9533909.
HSL color Cylindrical-coordinate representation of color #D57991: hue angle of 344.35º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D57991 is Cyan = 0, Magento = 0.43, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 145 | - |
| CMYK | 0 | 0.43 | 0.32 | 0.16 |
| HSL | 344.35º | 0.52% | 0.65% | - |
| HSV(B) | 344.35º | 0.43% | 0.84% | - |
| XYZ | 39.39 | 29.87 | 30.48 | - |
| YUV | 151.24 | 124.48 | 172.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 145 | 0 | 0.43 | 0.32 | 0.16 | 344.35 | 0.52 | 0.65 |
| Hex | D5 | 79 | 91 | 0 | 2B | 20 | 10 | 158 | 34 | 41 |
| Octal | 325 | 171 | 221 | 0 | 53 | 40 | 20 | 530 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10010001 | 0 | 101011 | 100000 | 10000 | 101011000 | 110100 | 1000001 |
Color Harmonies of #D57991
Complementary color
Monochromatic Colors of #D57991
Black with #D57991
Text Example
Text Example
White with #D57991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57991; }
p { color: rgb(213,121,145); }
H1.HeaderClassName
{
color: #D57991;
}
.AnyTagClassName
{
color: #D57991;
}
</style>
background-color css
<style>
a { background-color: #D57991; }
a { background-color: rgb(213,121,145); }
div.DivClassName
{
background-color: #D57991;
}
.BgClassName
{
background-color: #D57991;
}
</style>
border-color css
<style>
span { border-color: #D57991; }
span { border-color: rgb(213,121,145); }
td.TdClassName
{
border-color: #D57991;
}
.TagClassName
{
border-color: #D57991;
}
</style>