Shades of Charm #D57E90
Tints of Charm #D57E90
RGB
CMYK
RGB Variations
Color information
#D57E90 (or 0xD57E90) is known color: Charm. HEX triplet: D5, 7E and 90. RGB value is (213,126,144). Sum of RGB (Red+Green+Blue) = 213+126+144=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 126 (49.61% from 255 or 26.09% from 483); Blue value is 144 (56.64% from 255 or 29.81% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D57E90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57E90 is #2A816F. Grayscale: #9A9A9A. Windows color (decimal): -2785648 or 9469653. OLE color: 9469653.
HSL color Cylindrical-coordinate representation of color #D57E90: hue angle of 347.59º degrees, saturation: 0.51, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D57E90 is Cyan = 0, Magento = 0.41, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 126 | 144 | - |
| CMYK | 0 | 0.41 | 0.32 | 0.16 |
| HSL | 347.59º | 0.51% | 0.66% | - |
| HSV(B) | 347.59º | 0.41% | 0.84% | - |
| XYZ | 39.94 | 31.08 | 30.28 | - |
| YUV | 154.07 | 122.32 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 126 | 144 | 0 | 0.41 | 0.32 | 0.16 | 347.59 | 0.51 | 0.66 |
| Hex | D5 | 7E | 90 | 0 | 29 | 20 | 10 | 15C | 33 | 42 |
| Octal | 325 | 176 | 220 | 0 | 51 | 40 | 20 | 534 | 63 | 102 |
| Binary | 11010101 | 1111110 | 10010000 | 0 | 101001 | 100000 | 10000 | 101011100 | 110011 | 1000010 |
Color Harmonies of #D57E90
Complementary color
Monochromatic Colors of #D57E90
Black with #D57E90
Text Example
Text Example
White with #D57E90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57E90; }
p { color: rgb(213,126,144); }
H1.HeaderClassName
{
color: #D57E90;
}
.AnyTagClassName
{
color: #D57E90;
}
</style>
background-color css
<style>
a { background-color: #D57E90; }
a { background-color: rgb(213,126,144); }
div.DivClassName
{
background-color: #D57E90;
}
.BgClassName
{
background-color: #D57E90;
}
</style>
border-color css
<style>
span { border-color: #D57E90; }
span { border-color: rgb(213,126,144); }
td.TdClassName
{
border-color: #D57E90;
}
.TagClassName
{
border-color: #D57E90;
}
</style>