Shades of Charm #D56988
Tints of Charm #D56988
RGB
CMYK
RGB Variations
Color information
#D56988 (or 0xD56988) is known color: Charm. HEX triplet: D5, 69 and 88. RGB value is (213,105,136). Sum of RGB (Red+Green+Blue) = 213+105+136=454 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.92% from 454); Green value is 105 (41.41% from 255 or 23.13% from 454); Blue value is 136 (53.52% from 255 or 29.96% from 454); Max value from RGB is 213 - color contains mainly: red. Hex color #D56988 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56988 is #2A9677. Grayscale: #8C8C8C. Windows color (decimal): -2791032 or 8939989. OLE color: 8939989.
HSL color Cylindrical-coordinate representation of color #D56988: hue angle of 342.78º 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 #D56988 is Cyan = 0, Magento = 0.51, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 105 | 136 | - |
| CMYK | 0 | 0.51 | 0.36 | 0.16 |
| HSL | 342.78º | 0.56% | 0.62% | - |
| HSV(B) | 342.78º | 0.51% | 0.84% | - |
| XYZ | 36.94 | 26.03 | 26.37 | - |
| YUV | 140.83 | 125.28 | 179.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 105 | 136 | 0 | 0.51 | 0.36 | 0.16 | 342.78 | 0.56 | 0.62 |
| Hex | D5 | 69 | 88 | 0 | 33 | 24 | 10 | 157 | 38 | 3E |
| Octal | 325 | 151 | 210 | 0 | 63 | 44 | 20 | 527 | 70 | 76 |
| Binary | 11010101 | 1101001 | 10001000 | 0 | 110011 | 100100 | 10000 | 101010111 | 111000 | 111110 |
Color Harmonies of #D56988
Complementary color
Monochromatic Colors of #D56988
Black with #D56988
Text Example
Text Example
White with #D56988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56988; }
p { color: rgb(213,105,136); }
H1.HeaderClassName
{
color: #D56988;
}
.AnyTagClassName
{
color: #D56988;
}
</style>
background-color css
<style>
a { background-color: #D56988; }
a { background-color: rgb(213,105,136); }
div.DivClassName
{
background-color: #D56988;
}
.BgClassName
{
background-color: #D56988;
}
</style>
border-color css
<style>
span { border-color: #D56988; }
span { border-color: rgb(213,105,136); }
td.TdClassName
{
border-color: #D56988;
}
.TagClassName
{
border-color: #D56988;
}
</style>