Shades of Hopbush #D561A5
Tints of Hopbush #D561A5
RGB
CMYK
RGB Variations
Color information
#D561A5 (or 0xD561A5) is known color: Hopbush. HEX triplet: D5, 61 and A5. RGB value is (213,97,165). Sum of RGB (Red+Green+Blue) = 213+97+165=475 (62% of max value = 765). Red value is 213 (83.59% from 255 or 44.84% from 475); Green value is 97 (38.28% from 255 or 20.42% from 475); Blue value is 165 (64.84% from 255 or 34.74% from 475); Max value from RGB is 213 - color contains mainly: red. Hex color #D561A5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D561A5 is #2A9E5A. Grayscale: #8B8B8B. Windows color (decimal): -2793051 or 10838485. OLE color: 10838485.
HSL color Cylindrical-coordinate representation of color #D561A5: hue angle of 324.83º 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 #D561A5 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 97 | 165 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.16 |
| HSL | 324.83º | 0.58% | 0.61% | - |
| HSV(B) | 324.83º | 0.54% | 0.84% | - |
| XYZ | 38.51 | 25.41 | 38.47 | - |
| YUV | 139.44 | 142.43 | 180.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 97 | 165 | 0 | 0.54 | 0.23 | 0.16 | 324.83 | 0.58 | 0.61 |
| Hex | D5 | 61 | A5 | 0 | 36 | 17 | 10 | 145 | 3A | 3D |
| Octal | 325 | 141 | 245 | 0 | 66 | 27 | 20 | 505 | 72 | 75 |
| Binary | 11010101 | 1100001 | 10100101 | 0 | 110110 | 10111 | 10000 | 101000101 | 111010 | 111101 |
Color Harmonies of #D561A5
Complementary color
Monochromatic Colors of #D561A5
Black with #D561A5
Text Example
Text Example
White with #D561A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D561A5; }
p { color: rgb(213,97,165); }
H1.HeaderClassName
{
color: #D561A5;
}
.AnyTagClassName
{
color: #D561A5;
}
</style>
background-color css
<style>
a { background-color: #D561A5; }
a { background-color: rgb(213,97,165); }
div.DivClassName
{
background-color: #D561A5;
}
.BgClassName
{
background-color: #D561A5;
}
</style>
border-color css
<style>
span { border-color: #D561A5; }
span { border-color: rgb(213,97,165); }
td.TdClassName
{
border-color: #D561A5;
}
.TagClassName
{
border-color: #D561A5;
}
</style>