Shades of Charm #D57993
Tints of Charm #D57993
RGB
CMYK
RGB Variations
Color information
#D57993 (or 0xD57993) is known color: Charm. HEX triplet: D5, 79 and 93. RGB value is (213,121,147). Sum of RGB (Red+Green+Blue) = 213+121+147=481 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.28% from 481); Green value is 121 (47.66% from 255 or 25.16% from 481); Blue value is 147 (57.81% from 255 or 30.56% from 481); Max value from RGB is 213 - color contains mainly: red. Hex color #D57993 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57993 is #2A866C. Grayscale: #979797. Windows color (decimal): -2786925 or 9664981. OLE color: 9664981.
HSL color Cylindrical-coordinate representation of color #D57993: hue angle of 343.04º 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 #D57993 is Cyan = 0, Magento = 0.43, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 121 | 147 | - |
| CMYK | 0 | 0.43 | 0.31 | 0.16 |
| HSL | 343.04º | 0.52% | 0.65% | - |
| HSV(B) | 343.04º | 0.43% | 0.84% | - |
| XYZ | 39.54 | 29.93 | 31.3 | - |
| YUV | 151.47 | 125.48 | 171.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 121 | 147 | 0 | 0.43 | 0.31 | 0.16 | 343.04 | 0.52 | 0.65 |
| Hex | D5 | 79 | 93 | 0 | 2B | 1F | 10 | 157 | 34 | 41 |
| Octal | 325 | 171 | 223 | 0 | 53 | 37 | 20 | 527 | 64 | 101 |
| Binary | 11010101 | 1111001 | 10010011 | 0 | 101011 | 11111 | 10000 | 101010111 | 110100 | 1000001 |
Color Harmonies of #D57993
Complementary color
Monochromatic Colors of #D57993
Black with #D57993
Text Example
Text Example
White with #D57993
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57993; }
p { color: rgb(213,121,147); }
H1.HeaderClassName
{
color: #D57993;
}
.AnyTagClassName
{
color: #D57993;
}
</style>
background-color css
<style>
a { background-color: #D57993; }
a { background-color: rgb(213,121,147); }
div.DivClassName
{
background-color: #D57993;
}
.BgClassName
{
background-color: #D57993;
}
</style>
border-color css
<style>
span { border-color: #D57993; }
span { border-color: rgb(213,121,147); }
td.TdClassName
{
border-color: #D57993;
}
.TagClassName
{
border-color: #D57993;
}
</style>