Shades of Charm #D56980
Tints of Charm #D56980
RGB
CMYK
RGB Variations
Color information
#D56980 (or 0xD56980) is known color: Charm. HEX triplet: D5, 69 and 80. RGB value is (213,105,128). Sum of RGB (Red+Green+Blue) = 213+105+128=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 105 (41.41% from 255 or 23.54% from 446); Blue value is 128 (50.39% from 255 or 28.70% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56980 is #2A967F. Grayscale: #8B8B8B. Windows color (decimal): -2791040 or 8415701. OLE color: 8415701.
HSL color Cylindrical-coordinate representation of color #D56980: hue angle of 347.22º 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 #D56980 is Cyan = 0, Magento = 0.51, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 128 | - |
| CMYK | 0 | 0.51 | 0.40 | 0.16 |
| HSL | 347.22º | 0.56% | 0.62% | - |
| HSV(B) | 347.22º | 0.51% | 0.84% | - |
| XYZ | 36.39 | 25.81 | 23.49 | - |
| YUV | 139.91 | 121.28 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 128 | 0 | 0.51 | 0.40 | 0.16 | 347.22 | 0.56 | 0.62 |
| Hex | D5 | 69 | 80 | 0 | 33 | 28 | 10 | 15B | 38 | 3E |
| Octal | 325 | 151 | 200 | 0 | 63 | 50 | 20 | 533 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10000000 | 0 | 110011 | 101000 | 10000 | 101011011 | 111000 | 111110 |
Color Harmonies of #D56980
Complementary color
Monochromatic Colors of #D56980
Black with #D56980
Text Example
Text Example
White with #D56980
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56980; }
p { color: rgb(213,105,128); }
H1.HeaderClassName
{
color: #D56980;
}
.AnyTagClassName
{
color: #D56980;
}
</style>
background-color css
<style>
a { background-color: #D56980; }
a { background-color: rgb(213,105,128); }
div.DivClassName
{
background-color: #D56980;
}
.BgClassName
{
background-color: #D56980;
}
</style>
border-color css
<style>
span { border-color: #D56980; }
span { border-color: rgb(213,105,128); }
td.TdClassName
{
border-color: #D56980;
}
.TagClassName
{
border-color: #D56980;
}
</style>