Shades of Hopbush #D561A6
Tints of Hopbush #D561A6
RGB
CMYK
RGB Variations
Color information
#D561A6 (or 0xD561A6) is known color: Hopbush. HEX triplet: D5, 61 and A6. RGB value is (213,97,166). Sum of RGB (Red+Green+Blue) = 213+97+166=476 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.75% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 166 (65.23% from 255 or 34.87% from 476); Max value from RGB is 213 - color contains mainly: red. Hex color #D561A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D561A6 is #2A9E59. Grayscale: #8B8B8B. Windows color (decimal): -2793050 or 10904021. OLE color: 10904021.
HSL color Cylindrical-coordinate representation of color #D561A6: hue angle of 324.31º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D561A6 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 166 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.16 |
| HSL | 324.31º | 0.58% | 0.61% | - |
| HSV(B) | 324.31º | 0.54% | 0.84% | - |
| XYZ | 38.6 | 25.45 | 38.95 | - |
| YUV | 139.55 | 142.93 | 180.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 166 | 0 | 0.54 | 0.22 | 0.16 | 324.31 | 0.58 | 0.61 |
| Hex | D5 | 61 | A6 | 0 | 36 | 16 | 10 | 144 | 3A | 3D |
| Octal | 325 | 141 | 246 | 0 | 66 | 26 | 20 | 504 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10100110 | 0 | 110110 | 10110 | 10000 | 101000100 | 111010 | 111101 |
Color Harmonies of #D561A6
Complementary color
Monochromatic Colors of #D561A6
Black with #D561A6
Text Example
Text Example
White with #D561A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561A6; }
p { color: rgb(213,97,166); }
H1.HeaderClassName
{
color: #D561A6;
}
.AnyTagClassName
{
color: #D561A6;
}
</style>
background-color css
<style>
a { background-color: #D561A6; }
a { background-color: rgb(213,97,166); }
div.DivClassName
{
background-color: #D561A6;
}
.BgClassName
{
background-color: #D561A6;
}
</style>
border-color css
<style>
span { border-color: #D561A6; }
span { border-color: rgb(213,97,166); }
td.TdClassName
{
border-color: #D561A6;
}
.TagClassName
{
border-color: #D561A6;
}
</style>