Shades of Charm #D56481
Tints of Charm #D56481
RGB
CMYK
RGB Variations
Color information
#D56481 (or 0xD56481) is known color: Charm. HEX triplet: D5, 64 and 81. RGB value is (213,100,129). Sum of RGB (Red+Green+Blue) = 213+100+129=442 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.19% from 442); Green value is 100 (39.45% from 255 or 22.62% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 213 - color contains mainly: red. Hex color #D56481 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56481 is #2A9B7E. Grayscale: #898989. Windows color (decimal): -2792319 or 8479957. OLE color: 8479957.
HSL color Cylindrical-coordinate representation of color #D56481: hue angle of 344.6º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D56481 is Cyan = 0, Magento = 0.53, Yellow = 0.39 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 100 | 129 | - |
| CMYK | 0 | 0.53 | 0.39 | 0.16 |
| HSL | 344.6º | 0.57% | 0.61% | - |
| HSV(B) | 344.6º | 0.53% | 0.84% | - |
| XYZ | 35.96 | 24.85 | 23.67 | - |
| YUV | 137.09 | 123.44 | 182.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 100 | 129 | 0 | 0.53 | 0.39 | 0.16 | 344.6 | 0.57 | 0.61 |
| Hex | D5 | 64 | 81 | 0 | 35 | 27 | 10 | 159 | 39 | 3D |
| Octal | 325 | 144 | 201 | 0 | 65 | 47 | 20 | 531 | 71 | 75 |
| Binary | 11010101 | 1100100 | 10000001 | 0 | 110101 | 100111 | 10000 | 101011001 | 111001 | 111101 |
Color Harmonies of #D56481
Complementary color
Monochromatic Colors of #D56481
Black with #D56481
Text Example
Text Example
White with #D56481
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56481; }
p { color: rgb(213,100,129); }
H1.HeaderClassName
{
color: #D56481;
}
.AnyTagClassName
{
color: #D56481;
}
</style>
background-color css
<style>
a { background-color: #D56481; }
a { background-color: rgb(213,100,129); }
div.DivClassName
{
background-color: #D56481;
}
.BgClassName
{
background-color: #D56481;
}
</style>
border-color css
<style>
span { border-color: #D56481; }
span { border-color: rgb(213,100,129); }
td.TdClassName
{
border-color: #D56481;
}
.TagClassName
{
border-color: #D56481;
}
</style>