Shades of Charm #D56883
Tints of Charm #D56883
RGB
CMYK
RGB Variations
Color information
#D56883 (or 0xD56883) is known color: Charm. HEX triplet: D5, 68 and 83. RGB value is (213,104,131). Sum of RGB (Red+Green+Blue) = 213+104+131=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 104 (41.02% from 255 or 23.21% from 448); Blue value is 131 (51.56% from 255 or 29.24% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D56883 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56883 is #2A977C. Grayscale: #8B8B8B. Windows color (decimal): -2791293 or 8612053. OLE color: 8612053.
HSL color Cylindrical-coordinate representation of color #D56883: hue angle of 345.14º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D56883 is Cyan = 0, Magento = 0.51, Yellow = 0.38 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 104 | 131 | - |
| CMYK | 0 | 0.51 | 0.38 | 0.16 |
| HSL | 345.14º | 0.56% | 0.62% | - |
| HSV(B) | 345.14º | 0.51% | 0.84% | - |
| XYZ | 36.49 | 25.69 | 24.51 | - |
| YUV | 139.67 | 123.11 | 180.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 104 | 131 | 0 | 0.51 | 0.38 | 0.16 | 345.14 | 0.56 | 0.62 |
| Hex | D5 | 68 | 83 | 0 | 33 | 26 | 10 | 159 | 38 | 3E |
| Octal | 325 | 150 | 203 | 0 | 63 | 46 | 20 | 531 | 70 | 76 |
| Binary | 11010101 | 1101000 | 10000011 | 0 | 110011 | 100110 | 10000 | 101011001 | 111000 | 111110 |
Color Harmonies of #D56883
Complementary color
Monochromatic Colors of #D56883
Black with #D56883
Text Example
Text Example
White with #D56883
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56883; }
p { color: rgb(213,104,131); }
H1.HeaderClassName
{
color: #D56883;
}
.AnyTagClassName
{
color: #D56883;
}
</style>
background-color css
<style>
a { background-color: #D56883; }
a { background-color: rgb(213,104,131); }
div.DivClassName
{
background-color: #D56883;
}
.BgClassName
{
background-color: #D56883;
}
</style>
border-color css
<style>
span { border-color: #D56883; }
span { border-color: rgb(213,104,131); }
td.TdClassName
{
border-color: #D56883;
}
.TagClassName
{
border-color: #D56883;
}
</style>