Shades of Charm #D57784
Tints of Charm #D57784
RGB
CMYK
RGB Variations
Color information
#D57784 (or 0xD57784) is known color: Charm. HEX triplet: D5, 77 and 84. RGB value is (213,119,132). Sum of RGB (Red+Green+Blue) = 213+119+132=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 119 (46.88% from 255 or 25.65% from 464); Blue value is 132 (51.95% from 255 or 28.45% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D57784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57784 is #2A887B. Grayscale: #949494. Windows color (decimal): -2787452 or 8681429. OLE color: 8681429.
HSL color Cylindrical-coordinate representation of color #D57784: hue angle of 351.7º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #D57784 is Cyan = 0, Magento = 0.44, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 132 | - |
| CMYK | 0 | 0.44 | 0.38 | 0.16 |
| HSL | 351.7º | 0.53% | 0.65% | - |
| HSV(B) | 351.7º | 0.44% | 0.84% | - |
| XYZ | 38.2 | 29.01 | 25.41 | - |
| YUV | 148.59 | 118.64 | 173.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 132 | 0 | 0.44 | 0.38 | 0.16 | 351.7 | 0.53 | 0.65 |
| Hex | D5 | 77 | 84 | 0 | 2C | 26 | 10 | 160 | 35 | 41 |
| Octal | 325 | 167 | 204 | 0 | 54 | 46 | 20 | 540 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10000100 | 0 | 101100 | 100110 | 10000 | 101100000 | 110101 | 1000001 |
Color Harmonies of #D57784
Complementary color
Monochromatic Colors of #D57784
Black with #D57784
Text Example
Text Example
White with #D57784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57784; }
p { color: rgb(213,119,132); }
H1.HeaderClassName
{
color: #D57784;
}
.AnyTagClassName
{
color: #D57784;
}
</style>
background-color css
<style>
a { background-color: #D57784; }
a { background-color: rgb(213,119,132); }
div.DivClassName
{
background-color: #D57784;
}
.BgClassName
{
background-color: #D57784;
}
</style>
border-color css
<style>
span { border-color: #D57784; }
span { border-color: rgb(213,119,132); }
td.TdClassName
{
border-color: #D57784;
}
.TagClassName
{
border-color: #D57784;
}
</style>