Shades of Charm #D56384
Tints of Charm #D56384
RGB
CMYK
RGB Variations
Color information
#D56384 (or 0xD56384) is known color: Charm. HEX triplet: D5, 63 and 84. RGB value is (213,99,132). Sum of RGB (Red+Green+Blue) = 213+99+132=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 99 (39.06% from 255 or 22.30% from 444); Blue value is 132 (51.95% from 255 or 29.73% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D56384 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56384 is #2A9C7B. Grayscale: #888888. Windows color (decimal): -2792572 or 8676309. OLE color: 8676309.
HSL color Cylindrical-coordinate representation of color #D56384: hue angle of 342.63º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D56384 is Cyan = 0, Magento = 0.54, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 132 | - |
| CMYK | 0 | 0.54 | 0.38 | 0.16 |
| HSL | 342.63º | 0.58% | 0.61% | - |
| HSV(B) | 342.63º | 0.54% | 0.84% | - |
| XYZ | 36.07 | 24.74 | 24.7 | - |
| YUV | 136.85 | 125.27 | 182.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 132 | 0 | 0.54 | 0.38 | 0.16 | 342.63 | 0.58 | 0.61 |
| Hex | D5 | 63 | 84 | 0 | 36 | 26 | 10 | 157 | 3A | 3D |
| Octal | 325 | 143 | 204 | 0 | 66 | 46 | 20 | 527 | 72 | 75 |
| Binary | 11010101 | 1100011 | 10000100 | 0 | 110110 | 100110 | 10000 | 101010111 | 111010 | 111101 |
Color Harmonies of #D56384
Complementary color
Monochromatic Colors of #D56384
Black with #D56384
Text Example
Text Example
White with #D56384
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56384; }
p { color: rgb(213,99,132); }
H1.HeaderClassName
{
color: #D56384;
}
.AnyTagClassName
{
color: #D56384;
}
</style>
background-color css
<style>
a { background-color: #D56384; }
a { background-color: rgb(213,99,132); }
div.DivClassName
{
background-color: #D56384;
}
.BgClassName
{
background-color: #D56384;
}
</style>
border-color css
<style>
span { border-color: #D56384; }
span { border-color: rgb(213,99,132); }
td.TdClassName
{
border-color: #D56384;
}
.TagClassName
{
border-color: #D56384;
}
</style>