Shades of Hopbush #D561A8
Tints of Hopbush #D561A8
RGB
CMYK
RGB Variations
Color information
#D561A8 (or 0xD561A8) is known color: Hopbush. HEX triplet: D5, 61 and A8. RGB value is (213,97,168). Sum of RGB (Red+Green+Blue) = 213+97+168=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 97 (38.28% from 255 or 20.29% from 478); Blue value is 168 (66.02% from 255 or 35.15% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D561A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D561A8 is #2A9E57. Grayscale: #8B8B8B. Windows color (decimal): -2793048 or 11035093. OLE color: 11035093.
HSL color Cylindrical-coordinate representation of color #D561A8: hue angle of 323.28º 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 #D561A8 is Cyan = 0, Magento = 0.54, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
RGB | 213 | 97 | 168 | - |
CMYK | 0 | 0.54 | 0.21 | 0.16 |
HSL | 323.28º | 0.58% | 0.61% | - |
HSV(B) | 323.28º | 0.54% | 0.84% | - |
XYZ | 38.78 | 25.52 | 39.93 | - |
YUV | 139.78 | 143.93 | 180.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 213 | 97 | 168 | 0 | 0.54 | 0.21 | 0.16 | 323.28 | 0.58 | 0.61 |
Hex | D5 | 61 | A8 | 0 | 36 | 15 | 10 | 143 | 3A | 3D |
Octal | 325 | 141 | 250 | 0 | 66 | 25 | 20 | 503 | 72 | 75 |
Binary | 11010101 | 1100001 | 10101000 | 0 | 110110 | 10101 | 10000 | 101000011 | 111010 | 111101 |
Color Harmonies of #D561A8
Complementary color
Monochromatic Colors of #D561A8
Black with #D561A8
Text Example
Text Example
White with #D561A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561A8; }
p { color: rgb(213,97,168); }
H1.HeaderClassName
{
color: #D561A8;
}
.AnyTagClassName
{
color: #D561A8;
}
</style>
background-color css
<style>
a { background-color: #D561A8; }
a { background-color: rgb(213,97,168); }
div.DivClassName
{
background-color: #D561A8;
}
.BgClassName
{
background-color: #D561A8;
}
</style>
border-color css
<style>
span { border-color: #D561A8; }
span { border-color: rgb(213,97,168); }
td.TdClassName
{
border-color: #D561A8;
}
.TagClassName
{
border-color: #D561A8;
}
</style>