Shades of Charm #D56F8C
Tints of Charm #D56F8C
RGB
CMYK
RGB Variations
Color information
#D56F8C (or 0xD56F8C) is known color: Charm. HEX triplet: D5, 6F and 8C. RGB value is (213,111,140). Sum of RGB (Red+Green+Blue) = 213+111+140=464 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.91% from 464); Green value is 111 (43.75% from 255 or 23.92% from 464); Blue value is 140 (55.08% from 255 or 30.17% from 464); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F8C is #2A9073. Grayscale: #909090. Windows color (decimal): -2789492 or 9203669. OLE color: 9203669.
HSL color Cylindrical-coordinate representation of color #D56F8C: hue angle of 342.94º degrees, saturation: 0.55, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D56F8C is Cyan = 0, Magento = 0.48, Yellow = 0.34 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 140 | - |
| CMYK | 0 | 0.48 | 0.34 | 0.16 |
| HSL | 342.94º | 0.55% | 0.64% | - |
| HSV(B) | 342.94º | 0.48% | 0.84% | - |
| XYZ | 37.86 | 27.41 | 28.11 | - |
| YUV | 144.8 | 125.29 | 176.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 140 | 0 | 0.48 | 0.34 | 0.16 | 342.94 | 0.55 | 0.64 |
| Hex | D5 | 6F | 8C | 0 | 30 | 22 | 10 | 157 | 37 | 40 |
| Octal | 325 | 157 | 214 | 0 | 60 | 42 | 20 | 527 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10001100 | 0 | 110000 | 100010 | 10000 | 101010111 | 110111 | 1000000 |
Color Harmonies of #D56F8C
Complementary color
Monochromatic Colors of #D56F8C
Black with #D56F8C
Text Example
Text Example
White with #D56F8C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F8C; }
p { color: rgb(213,111,140); }
H1.HeaderClassName
{
color: #D56F8C;
}
.AnyTagClassName
{
color: #D56F8C;
}
</style>
background-color css
<style>
a { background-color: #D56F8C; }
a { background-color: rgb(213,111,140); }
div.DivClassName
{
background-color: #D56F8C;
}
.BgClassName
{
background-color: #D56F8C;
}
</style>
border-color css
<style>
span { border-color: #D56F8C; }
span { border-color: rgb(213,111,140); }
td.TdClassName
{
border-color: #D56F8C;
}
.TagClassName
{
border-color: #D56F8C;
}
</style>