Shades of Hopbush #D56F98
Tints of Hopbush #D56F98
RGB
CMYK
RGB Variations
Color information
#D56F98 (or 0xD56F98) is known color: Hopbush. HEX triplet: D5, 6F and 98. RGB value is (213,111,152). Sum of RGB (Red+Green+Blue) = 213+111+152=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 111 (43.75% from 255 or 23.32% from 476); Blue value is 152 (59.77% from 255 or 31.93% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D56F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D56F98 is #2A9067. Grayscale: #929292. Windows color (decimal): -2789480 or 9990101. OLE color: 9990101.
HSL color Cylindrical-coordinate representation of color #D56F98: hue angle of 335.88º 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 #D56F98 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 111 | 152 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.16 |
| HSL | 335.88º | 0.55% | 0.64% | - |
| HSV(B) | 335.88º | 0.48% | 0.84% | - |
| XYZ | 38.79 | 27.78 | 33.02 | - |
| YUV | 146.17 | 131.29 | 175.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 111 | 152 | 0 | 0.48 | 0.29 | 0.16 | 335.88 | 0.55 | 0.64 |
| Hex | D5 | 6F | 98 | 0 | 30 | 1D | 10 | 150 | 37 | 40 |
| Octal | 325 | 157 | 230 | 0 | 60 | 35 | 20 | 520 | 67 | 100 |
| Binary | 11010101 | 1101111 | 10011000 | 0 | 110000 | 11101 | 10000 | 101010000 | 110111 | 1000000 |
Color Harmonies of #D56F98
Complementary color
Monochromatic Colors of #D56F98
Black with #D56F98
Text Example
Text Example
White with #D56F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D56F98; }
p { color: rgb(213,111,152); }
H1.HeaderClassName
{
color: #D56F98;
}
.AnyTagClassName
{
color: #D56F98;
}
</style>
background-color css
<style>
a { background-color: #D56F98; }
a { background-color: rgb(213,111,152); }
div.DivClassName
{
background-color: #D56F98;
}
.BgClassName
{
background-color: #D56F98;
}
</style>
border-color css
<style>
span { border-color: #D56F98; }
span { border-color: rgb(213,111,152); }
td.TdClassName
{
border-color: #D56F98;
}
.TagClassName
{
border-color: #D56F98;
}
</style>