Shades of Charm #D56784
Tints of Charm #D56784
RGB
CMYK
RGB Variations
Color information
#D56784 (or 0xD56784) is known color: Charm. HEX triplet: D5, 67 and 84. RGB value is (213,103,132). Sum of RGB (Red+Green+Blue) = 213+103+132=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 103 (40.62% from 255 or 22.99% from 448); Blue value is 132 (51.95% from 255 or 29.46% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D56784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56784 is #2A987B. Grayscale: #8B8B8B. Windows color (decimal): -2791548 or 8677333. OLE color: 8677333.
HSL color Cylindrical-coordinate representation of color #D56784: hue angle of 344.18º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D56784 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 132 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.16 |
| HSL | 344.18º | 0.57% | 0.62% | - |
| HSV(B) | 344.18º | 0.52% | 0.84% | - |
| XYZ | 36.46 | 25.51 | 24.83 | - |
| YUV | 139.2 | 123.94 | 180.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 132 | 0 | 0.52 | 0.38 | 0.16 | 344.18 | 0.57 | 0.62 |
| Hex | D5 | 67 | 84 | 0 | 34 | 26 | 10 | 158 | 39 | 3E |
| Octal | 325 | 147 | 204 | 0 | 64 | 46 | 20 | 530 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10000100 | 0 | 110100 | 100110 | 10000 | 101011000 | 111001 | 111110 |
Color Harmonies of #D56784
Complementary color
Monochromatic Colors of #D56784
Black with #D56784
Text Example
Text Example
White with #D56784
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56784; }
p { color: rgb(213,103,132); }
H1.HeaderClassName
{
color: #D56784;
}
.AnyTagClassName
{
color: #D56784;
}
</style>
background-color css
<style>
a { background-color: #D56784; }
a { background-color: rgb(213,103,132); }
div.DivClassName
{
background-color: #D56784;
}
.BgClassName
{
background-color: #D56784;
}
</style>
border-color css
<style>
span { border-color: #D56784; }
span { border-color: rgb(213,103,132); }
td.TdClassName
{
border-color: #D56784;
}
.TagClassName
{
border-color: #D56784;
}
</style>