Shades of Charm #D56482
Tints of Charm #D56482
RGB
CMYK
RGB Variations
Color information
#D56482 (or 0xD56482) is known color: Charm. HEX triplet: D5, 64 and 82. RGB value is (213,100,130). Sum of RGB (Red+Green+Blue) = 213+100+130=443 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.08% from 443); Green value is 100 (39.45% from 255 or 22.57% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 213 - color contains mainly: red. Hex color #D56482 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56482 is #2A9B7D. Grayscale: #898989. Windows color (decimal): -2792318 or 8545493. OLE color: 8545493.
HSL color Cylindrical-coordinate representation of color #D56482: hue angle of 344.07º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56482 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 130 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.16 |
| HSL | 344.07º | 0.57% | 0.61% | - |
| HSV(B) | 344.07º | 0.53% | 0.84% | - |
| XYZ | 36.03 | 24.87 | 24.02 | - |
| YUV | 137.21 | 123.94 | 182.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 130 | 0 | 0.53 | 0.39 | 0.16 | 344.07 | 0.57 | 0.61 |
| Hex | D5 | 64 | 82 | 0 | 35 | 27 | 10 | 158 | 39 | 3D |
| Octal | 325 | 144 | 202 | 0 | 65 | 47 | 20 | 530 | 71 | 75 |
| Binary | 11010101 | 1100100 | 10000010 | 0 | 110101 | 100111 | 10000 | 101011000 | 111001 | 111101 |
Color Harmonies of #D56482
Complementary color
Monochromatic Colors of #D56482
Black with #D56482
Text Example
Text Example
White with #D56482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56482; }
p { color: rgb(213,100,130); }
H1.HeaderClassName
{
color: #D56482;
}
.AnyTagClassName
{
color: #D56482;
}
</style>
background-color css
<style>
a { background-color: #D56482; }
a { background-color: rgb(213,100,130); }
div.DivClassName
{
background-color: #D56482;
}
.BgClassName
{
background-color: #D56482;
}
</style>
border-color css
<style>
span { border-color: #D56482; }
span { border-color: rgb(213,100,130); }
td.TdClassName
{
border-color: #D56482;
}
.TagClassName
{
border-color: #D56482;
}
</style>