Shades of Charm #D56584
Tints of Charm #D56584
RGB
CMYK
RGB Variations
Color information
#D56584 (or 0xD56584) is known color: Charm. HEX triplet: D5, 65 and 84. RGB value is (213,101,132). Sum of RGB (Red+Green+Blue) = 213+101+132=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 101 (39.84% from 255 or 22.65% from 446); Blue value is 132 (51.95% from 255 or 29.60% from 446); Max value from RGB is 213 - color contains mainly: red. Hex color #D56584 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56584 is #2A9A7B. Grayscale: #8A8A8A. Windows color (decimal): -2792060 or 8676821. OLE color: 8676821.
HSL color Cylindrical-coordinate representation of color #D56584: hue angle of 343.39º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56584 is Cyan = 0, Magento = 0.53, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 132 | - |
| CMYK | 0 | 0.53 | 0.38 | 0.16 |
| HSL | 343.39º | 0.57% | 0.62% | - |
| HSV(B) | 343.39º | 0.53% | 0.84% | - |
| XYZ | 36.26 | 25.12 | 24.77 | - |
| YUV | 138.02 | 124.61 | 181.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 132 | 0 | 0.53 | 0.38 | 0.16 | 343.39 | 0.57 | 0.62 |
| Hex | D5 | 65 | 84 | 0 | 35 | 26 | 10 | 157 | 39 | 3E |
| Octal | 325 | 145 | 204 | 0 | 65 | 46 | 20 | 527 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10000100 | 0 | 110101 | 100110 | 10000 | 101010111 | 111001 | 111110 |
Color Harmonies of #D56584
Complementary color
Monochromatic Colors of #D56584
Black with #D56584
Text Example
Text Example
White with #D56584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56584; }
p { color: rgb(213,101,132); }
H1.HeaderClassName
{
color: #D56584;
}
.AnyTagClassName
{
color: #D56584;
}
</style>
background-color css
<style>
a { background-color: #D56584; }
a { background-color: rgb(213,101,132); }
div.DivClassName
{
background-color: #D56584;
}
.BgClassName
{
background-color: #D56584;
}
</style>
border-color css
<style>
span { border-color: #D56584; }
span { border-color: rgb(213,101,132); }
td.TdClassName
{
border-color: #D56584;
}
.TagClassName
{
border-color: #D56584;
}
</style>