Shades of Charm #D56783
Tints of Charm #D56783
RGB
CMYK
RGB Variations
Color information
#D56783 (or 0xD56783) is known color: Charm. HEX triplet: D5, 67 and 83. RGB value is (213,103,131). Sum of RGB (Red+Green+Blue) = 213+103+131=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 103 (40.62% from 255 or 23.04% from 447); Blue value is 131 (51.56% from 255 or 29.31% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D56783 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56783 is #2A987C. Grayscale: #8B8B8B. Windows color (decimal): -2791549 or 8611797. OLE color: 8611797.
HSL color Cylindrical-coordinate representation of color #D56783: hue angle of 344.73º 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 #D56783 is Cyan = 0, Magento = 0.52, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 103 | 131 | - |
| CMYK | 0 | 0.52 | 0.38 | 0.16 |
| HSL | 344.73º | 0.57% | 0.62% | - |
| HSV(B) | 344.73º | 0.52% | 0.84% | - |
| XYZ | 36.39 | 25.49 | 24.47 | - |
| YUV | 139.08 | 123.44 | 180.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 103 | 131 | 0 | 0.52 | 0.38 | 0.16 | 344.73 | 0.57 | 0.62 |
| Hex | D5 | 67 | 83 | 0 | 34 | 26 | 10 | 159 | 39 | 3E |
| Octal | 325 | 147 | 203 | 0 | 64 | 46 | 20 | 531 | 71 | 76 |
| Binary | 11010101 | 1100111 | 10000011 | 0 | 110100 | 100110 | 10000 | 101011001 | 111001 | 111110 |
Color Harmonies of #D56783
Complementary color
Monochromatic Colors of #D56783
Black with #D56783
Text Example
Text Example
White with #D56783
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56783; }
p { color: rgb(213,103,131); }
H1.HeaderClassName
{
color: #D56783;
}
.AnyTagClassName
{
color: #D56783;
}
</style>
background-color css
<style>
a { background-color: #D56783; }
a { background-color: rgb(213,103,131); }
div.DivClassName
{
background-color: #D56783;
}
.BgClassName
{
background-color: #D56783;
}
</style>
border-color css
<style>
span { border-color: #D56783; }
span { border-color: rgb(213,103,131); }
td.TdClassName
{
border-color: #D56783;
}
.TagClassName
{
border-color: #D56783;
}
</style>