Shades of Charm #D56F7D
Tints of Charm #D56F7D
RGB
CMYK
RGB Variations
Color information
#D56F7D (or 0xD56F7D) is known color: Charm. HEX triplet: D5, 6F and 7D. RGB value is (213,111,125). Sum of RGB (Red+Green+Blue) = 213+111+125=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 111 (43.75% from 255 or 24.72% from 449); Blue value is 125 (49.22% from 255 or 27.84% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56F7D is #2A9082. Grayscale: #8F8F8F. Windows color (decimal): -2789507 or 8220629. OLE color: 8220629.
HSL color Cylindrical-coordinate representation of color #D56F7D: hue angle of 351.76º 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 #D56F7D is Cyan = 0, Magento = 0.48, Yellow = 0.41 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 125 | - |
| CMYK | 0 | 0.48 | 0.41 | 0.16 |
| HSL | 351.76º | 0.55% | 0.64% | - |
| HSV(B) | 351.76º | 0.48% | 0.84% | - |
| XYZ | 36.83 | 27 | 22.67 | - |
| YUV | 143.09 | 117.79 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 125 | 0 | 0.48 | 0.41 | 0.16 | 351.76 | 0.55 | 0.64 |
| Hex | D5 | 6F | 7D | 0 | 30 | 29 | 10 | 160 | 37 | 40 |
| Octal | 325 | 157 | 175 | 0 | 60 | 51 | 20 | 540 | 67 | 100 |
| Binary | 11010101 | 1101111 | 1111101 | 0 | 110000 | 101001 | 10000 | 101100000 | 110111 | 1000000 |
Color Harmonies of #D56F7D
Complementary color
Monochromatic Colors of #D56F7D
Black with #D56F7D
Text Example
Text Example
White with #D56F7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F7D; }
p { color: rgb(213,111,125); }
H1.HeaderClassName
{
color: #D56F7D;
}
.AnyTagClassName
{
color: #D56F7D;
}
</style>
background-color css
<style>
a { background-color: #D56F7D; }
a { background-color: rgb(213,111,125); }
div.DivClassName
{
background-color: #D56F7D;
}
.BgClassName
{
background-color: #D56F7D;
}
</style>
border-color css
<style>
span { border-color: #D56F7D; }
span { border-color: rgb(213,111,125); }
td.TdClassName
{
border-color: #D56F7D;
}
.TagClassName
{
border-color: #D56F7D;
}
</style>