Shades of Charm #D56982
Tints of Charm #D56982
RGB
CMYK
RGB Variations
Color information
#D56982 (or 0xD56982) is known color: Charm. HEX triplet: D5, 69 and 82. RGB value is (213,105,130). Sum of RGB (Red+Green+Blue) = 213+105+130=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 105 (41.41% from 255 or 23.44% from 448); Blue value is 130 (51.17% from 255 or 29.02% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D56982 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56982 is #2A967D. Grayscale: #8C8C8C. Windows color (decimal): -2791038 or 8546773. OLE color: 8546773.
HSL color Cylindrical-coordinate representation of color #D56982: hue angle of 346.11º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56982 is Cyan = 0, Magento = 0.51, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 130 | - |
| CMYK | 0 | 0.51 | 0.39 | 0.16 |
| HSL | 346.11º | 0.56% | 0.62% | - |
| HSV(B) | 346.11º | 0.51% | 0.84% | - |
| XYZ | 36.52 | 25.86 | 24.19 | - |
| YUV | 140.14 | 122.28 | 179.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 130 | 0 | 0.51 | 0.39 | 0.16 | 346.11 | 0.56 | 0.62 |
| Hex | D5 | 69 | 82 | 0 | 33 | 27 | 10 | 15A | 38 | 3E |
| Octal | 325 | 151 | 202 | 0 | 63 | 47 | 20 | 532 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10000010 | 0 | 110011 | 100111 | 10000 | 101011010 | 111000 | 111110 |
Color Harmonies of #D56982
Complementary color
Monochromatic Colors of #D56982
Black with #D56982
Text Example
Text Example
White with #D56982
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56982; }
p { color: rgb(213,105,130); }
H1.HeaderClassName
{
color: #D56982;
}
.AnyTagClassName
{
color: #D56982;
}
</style>
background-color css
<style>
a { background-color: #D56982; }
a { background-color: rgb(213,105,130); }
div.DivClassName
{
background-color: #D56982;
}
.BgClassName
{
background-color: #D56982;
}
</style>
border-color css
<style>
span { border-color: #D56982; }
span { border-color: rgb(213,105,130); }
td.TdClassName
{
border-color: #D56982;
}
.TagClassName
{
border-color: #D56982;
}
</style>