Shades of Charm #D57782
Tints of Charm #D57782
RGB
CMYK
RGB Variations
Color information
#D57782 (or 0xD57782) is known color: Charm. HEX triplet: D5, 77 and 82. RGB value is (213,119,130). Sum of RGB (Red+Green+Blue) = 213+119+130=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 119 (46.88% from 255 or 25.76% from 462); Blue value is 130 (51.17% from 255 or 28.14% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D57782 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D57782 is #2A887D. Grayscale: #949494. Windows color (decimal): -2787454 or 8550357. OLE color: 8550357.
HSL color Cylindrical-coordinate representation of color #D57782: hue angle of 352.98º 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 #D57782 is Cyan = 0, Magento = 0.44, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 119 | 130 | - |
| CMYK | 0 | 0.44 | 0.39 | 0.16 |
| HSL | 352.98º | 0.53% | 0.65% | - |
| HSV(B) | 352.98º | 0.44% | 0.84% | - |
| XYZ | 38.07 | 28.95 | 24.7 | - |
| YUV | 148.36 | 117.64 | 174.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 119 | 130 | 0 | 0.44 | 0.39 | 0.16 | 352.98 | 0.53 | 0.65 |
| Hex | D5 | 77 | 82 | 0 | 2C | 27 | 10 | 161 | 35 | 41 |
| Octal | 325 | 167 | 202 | 0 | 54 | 47 | 20 | 541 | 65 | 101 |
| Binary | 11010101 | 1110111 | 10000010 | 0 | 101100 | 100111 | 10000 | 101100001 | 110101 | 1000001 |
Color Harmonies of #D57782
Complementary color
Monochromatic Colors of #D57782
Black with #D57782
Text Example
Text Example
White with #D57782
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D57782; }
p { color: rgb(213,119,130); }
H1.HeaderClassName
{
color: #D57782;
}
.AnyTagClassName
{
color: #D57782;
}
</style>
background-color css
<style>
a { background-color: #D57782; }
a { background-color: rgb(213,119,130); }
div.DivClassName
{
background-color: #D57782;
}
.BgClassName
{
background-color: #D57782;
}
</style>
border-color css
<style>
span { border-color: #D57782; }
span { border-color: rgb(213,119,130); }
td.TdClassName
{
border-color: #D57782;
}
.TagClassName
{
border-color: #D57782;
}
</style>