Shades of Hopbush #D560A1
Tints of Hopbush #D560A1
RGB
CMYK
RGB Variations
Color information
#D560A1 (or 0xD560A1) is known color: Hopbush. HEX triplet: D5, 60 and A1. RGB value is (213,96,161). Sum of RGB (Red+Green+Blue) = 213+96+161=470 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.32% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 161 (63.28% from 255 or 34.26% from 470); Max value from RGB is 213 - color contains mainly: red. Hex color #D560A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D560A1 is #2A9F5E. Grayscale: #8A8A8A. Windows color (decimal): -2793311 or 10576085. OLE color: 10576085.
HSL color Cylindrical-coordinate representation of color #D560A1: hue angle of 326.67º degrees, saturation: 0.58, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D560A1 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 96 | 161 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.16 |
| HSL | 326.67º | 0.58% | 0.61% | - |
| HSV(B) | 326.67º | 0.55% | 0.84% | - |
| XYZ | 38.06 | 25.09 | 36.55 | - |
| YUV | 138.39 | 140.76 | 181.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 96 | 161 | 0 | 0.55 | 0.24 | 0.16 | 326.67 | 0.58 | 0.61 |
| Hex | D5 | 60 | A1 | 0 | 37 | 18 | 10 | 147 | 3A | 3D |
| Octal | 325 | 140 | 241 | 0 | 67 | 30 | 20 | 507 | 72 | 75 |
| Binary | 11010101 | 1100000 | 10100001 | 0 | 110111 | 11000 | 10000 | 101000111 | 111010 | 111101 |
Color Harmonies of #D560A1
Complementary color
Monochromatic Colors of #D560A1
Black with #D560A1
Text Example
Text Example
White with #D560A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D560A1; }
p { color: rgb(213,96,161); }
H1.HeaderClassName
{
color: #D560A1;
}
.AnyTagClassName
{
color: #D560A1;
}
</style>
background-color css
<style>
a { background-color: #D560A1; }
a { background-color: rgb(213,96,161); }
div.DivClassName
{
background-color: #D560A1;
}
.BgClassName
{
background-color: #D560A1;
}
</style>
border-color css
<style>
span { border-color: #D560A1; }
span { border-color: rgb(213,96,161); }
td.TdClassName
{
border-color: #D560A1;
}
.TagClassName
{
border-color: #D560A1;
}
</style>