Shades of Charm #D56382
Tints of Charm #D56382
RGB
CMYK
RGB Variations
Color information
#D56382 (or 0xD56382) is known color: Charm. HEX triplet: D5, 63 and 82. RGB value is (213,99,130). Sum of RGB (Red+Green+Blue) = 213+99+130=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 99 (39.06% from 255 or 22.40% from 442); Blue value is 130 (51.17% from 255 or 29.41% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D56382 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56382 is #2A9C7D. Grayscale: #888888. Windows color (decimal): -2792574 or 8545237. OLE color: 8545237.
HSL color Cylindrical-coordinate representation of color #D56382: hue angle of 343.68º 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 #D56382 is Cyan = 0, Magento = 0.54, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 99 | 130 | - |
| CMYK | 0 | 0.54 | 0.39 | 0.16 |
| HSL | 343.68º | 0.58% | 0.61% | - |
| HSV(B) | 343.68º | 0.54% | 0.84% | - |
| XYZ | 35.93 | 24.68 | 23.99 | - |
| YUV | 136.62 | 124.27 | 182.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 99 | 130 | 0 | 0.54 | 0.39 | 0.16 | 343.68 | 0.58 | 0.61 |
| Hex | D5 | 63 | 82 | 0 | 36 | 27 | 10 | 158 | 3A | 3D |
| Octal | 325 | 143 | 202 | 0 | 66 | 47 | 20 | 530 | 72 | 75 |
| Binary | 11010101 | 1100011 | 10000010 | 0 | 110110 | 100111 | 10000 | 101011000 | 111010 | 111101 |
Color Harmonies of #D56382
Complementary color
Monochromatic Colors of #D56382
Black with #D56382
Text Example
Text Example
White with #D56382
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56382; }
p { color: rgb(213,99,130); }
H1.HeaderClassName
{
color: #D56382;
}
.AnyTagClassName
{
color: #D56382;
}
</style>
background-color css
<style>
a { background-color: #D56382; }
a { background-color: rgb(213,99,130); }
div.DivClassName
{
background-color: #D56382;
}
.BgClassName
{
background-color: #D56382;
}
</style>
border-color css
<style>
span { border-color: #D56382; }
span { border-color: rgb(213,99,130); }
td.TdClassName
{
border-color: #D56382;
}
.TagClassName
{
border-color: #D56382;
}
</style>