Shades of Charm #D57F92
Tints of Charm #D57F92
RGB
CMYK
RGB Variations
Color information
#D57F92 (or 0xD57F92) is known color: Charm. HEX triplet: D5, 7F and 92. RGB value is (213,127,146). Sum of RGB (Red+Green+Blue) = 213+127+146=486 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.83% from 486); Green value is 127 (50% from 255 or 26.13% from 486); Blue value is 146 (57.42% from 255 or 30.04% from 486); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F92 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57F92 is #2A806D. Grayscale: #9A9A9A. Windows color (decimal): -2785390 or 9600981. OLE color: 9600981.
HSL color Cylindrical-coordinate representation of color #D57F92: hue angle of 346.74º degrees, saturation: 0.51, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D57F92 is Cyan = 0, Magento = 0.40, Yellow = 0.31 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 127 | 146 | - |
| CMYK | 0 | 0.40 | 0.31 | 0.16 |
| HSL | 346.74º | 0.51% | 0.67% | - |
| HSV(B) | 346.74º | 0.4% | 0.84% | - |
| XYZ | 40.22 | 31.4 | 31.14 | - |
| YUV | 154.88 | 122.99 | 169.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 127 | 146 | 0 | 0.40 | 0.31 | 0.16 | 346.74 | 0.51 | 0.67 |
| Hex | D5 | 7F | 92 | 0 | 28 | 1F | 10 | 15B | 33 | 43 |
| Octal | 325 | 177 | 222 | 0 | 50 | 37 | 20 | 533 | 63 | 103 |
| Binary | 11010101 | 1111111 | 10010010 | 0 | 101000 | 11111 | 10000 | 101011011 | 110011 | 1000011 |
Color Harmonies of #D57F92
Complementary color
Monochromatic Colors of #D57F92
Black with #D57F92
Text Example
Text Example
White with #D57F92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57F92; }
p { color: rgb(213,127,146); }
H1.HeaderClassName
{
color: #D57F92;
}
.AnyTagClassName
{
color: #D57F92;
}
</style>
background-color css
<style>
a { background-color: #D57F92; }
a { background-color: rgb(213,127,146); }
div.DivClassName
{
background-color: #D57F92;
}
.BgClassName
{
background-color: #D57F92;
}
</style>
border-color css
<style>
span { border-color: #D57F92; }
span { border-color: rgb(213,127,146); }
td.TdClassName
{
border-color: #D57F92;
}
.TagClassName
{
border-color: #D57F92;
}
</style>