Shades of Charm #D56987
Tints of Charm #D56987
RGB
CMYK
RGB Variations
Color information
#D56987 (or 0xD56987) is known color: Charm. HEX triplet: D5, 69 and 87. RGB value is (213,105,135). Sum of RGB (Red+Green+Blue) = 213+105+135=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 105 (41.41% from 255 or 23.18% from 453); Blue value is 135 (53.12% from 255 or 29.80% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D56987 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56987 is #2A9678. Grayscale: #8C8C8C. Windows color (decimal): -2791033 or 8874453. OLE color: 8874453.
HSL color Cylindrical-coordinate representation of color #D56987: hue angle of 343.33º 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 #D56987 is Cyan = 0, Magento = 0.51, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 135 | - |
| CMYK | 0 | 0.51 | 0.37 | 0.16 |
| HSL | 343.33º | 0.56% | 0.62% | - |
| HSV(B) | 343.33º | 0.51% | 0.84% | - |
| XYZ | 36.87 | 26 | 26 | - |
| YUV | 140.71 | 124.78 | 179.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 135 | 0 | 0.51 | 0.37 | 0.16 | 343.33 | 0.56 | 0.62 |
| Hex | D5 | 69 | 87 | 0 | 33 | 25 | 10 | 157 | 38 | 3E |
| Octal | 325 | 151 | 207 | 0 | 63 | 45 | 20 | 527 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10000111 | 0 | 110011 | 100101 | 10000 | 101010111 | 111000 | 111110 |
Color Harmonies of #D56987
Complementary color
Monochromatic Colors of #D56987
Black with #D56987
Text Example
Text Example
White with #D56987
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56987; }
p { color: rgb(213,105,135); }
H1.HeaderClassName
{
color: #D56987;
}
.AnyTagClassName
{
color: #D56987;
}
</style>
background-color css
<style>
a { background-color: #D56987; }
a { background-color: rgb(213,105,135); }
div.DivClassName
{
background-color: #D56987;
}
.BgClassName
{
background-color: #D56987;
}
</style>
border-color css
<style>
span { border-color: #D56987; }
span { border-color: rgb(213,105,135); }
td.TdClassName
{
border-color: #D56987;
}
.TagClassName
{
border-color: #D56987;
}
</style>