Shades of Charm #D56688
Tints of Charm #D56688
RGB
CMYK
RGB Variations
Color information
#D56688 (or 0xD56688) is known color: Charm. HEX triplet: D5, 66 and 88. RGB value is (213,102,136). Sum of RGB (Red+Green+Blue) = 213+102+136=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 102 (40.23% from 255 or 22.62% from 451); Blue value is 136 (53.52% from 255 or 30.16% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D56688 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56688 is #2A9977. Grayscale: #8B8B8B. Windows color (decimal): -2791800 or 8939221. OLE color: 8939221.
HSL color Cylindrical-coordinate representation of color #D56688: hue angle of 341.62º 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 #D56688 is Cyan = 0, Magento = 0.52, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 102 | 136 | - |
| CMYK | 0 | 0.52 | 0.36 | 0.16 |
| HSL | 341.62º | 0.57% | 0.62% | - |
| HSV(B) | 341.62º | 0.52% | 0.84% | - |
| XYZ | 36.64 | 25.43 | 26.27 | - |
| YUV | 139.07 | 126.27 | 180.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 102 | 136 | 0 | 0.52 | 0.36 | 0.16 | 341.62 | 0.57 | 0.62 |
| Hex | D5 | 66 | 88 | 0 | 34 | 24 | 10 | 156 | 39 | 3E |
| Octal | 325 | 146 | 210 | 0 | 64 | 44 | 20 | 526 | 71 | 76 |
| Binary | 11010101 | 1100110 | 10001000 | 0 | 110100 | 100100 | 10000 | 101010110 | 111001 | 111110 |
Color Harmonies of #D56688
Complementary color
Monochromatic Colors of #D56688
Black with #D56688
Text Example
Text Example
White with #D56688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56688; }
p { color: rgb(213,102,136); }
H1.HeaderClassName
{
color: #D56688;
}
.AnyTagClassName
{
color: #D56688;
}
</style>
background-color css
<style>
a { background-color: #D56688; }
a { background-color: rgb(213,102,136); }
div.DivClassName
{
background-color: #D56688;
}
.BgClassName
{
background-color: #D56688;
}
</style>
border-color css
<style>
span { border-color: #D56688; }
span { border-color: rgb(213,102,136); }
td.TdClassName
{
border-color: #D56688;
}
.TagClassName
{
border-color: #D56688;
}
</style>