Shades of Hopbush #D565A9
Tints of Hopbush #D565A9
RGB
CMYK
RGB Variations
Color information
#D565A9 (or 0xD565A9) is known color: Hopbush. HEX triplet: D5, 65 and A9. RGB value is (213,101,169). Sum of RGB (Red+Green+Blue) = 213+101+169=483 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.10% from 483); Green value is 101 (39.84% from 255 or 20.91% from 483); Blue value is 169 (66.41% from 255 or 34.99% from 483); Max value from RGB is 213 - color contains mainly: red. Hex color #D565A9 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D565A9 is #2A9A56. Grayscale: #8E8E8E. Windows color (decimal): -2792023 or 11101653. OLE color: 11101653.
HSL color Cylindrical-coordinate representation of color #D565A9: hue angle of 323.57º degrees, saturation: 0.57, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D565A9 is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 169 | - |
| CMYK | 0 | 0.53 | 0.21 | 0.16 |
| HSL | 323.57º | 0.57% | 0.62% | - |
| HSV(B) | 323.57º | 0.53% | 0.84% | - |
| XYZ | 39.26 | 26.32 | 40.55 | - |
| YUV | 142.24 | 143.11 | 178.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 169 | 0 | 0.53 | 0.21 | 0.16 | 323.57 | 0.57 | 0.62 |
| Hex | D5 | 65 | A9 | 0 | 35 | 15 | 10 | 144 | 39 | 3E |
| Octal | 325 | 145 | 251 | 0 | 65 | 25 | 20 | 504 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10101001 | 0 | 110101 | 10101 | 10000 | 101000100 | 111001 | 111110 |
Color Harmonies of #D565A9
Complementary color
Monochromatic Colors of #D565A9
Black with #D565A9
Text Example
Text Example
White with #D565A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565A9; }
p { color: rgb(213,101,169); }
H1.HeaderClassName
{
color: #D565A9;
}
.AnyTagClassName
{
color: #D565A9;
}
</style>
background-color css
<style>
a { background-color: #D565A9; }
a { background-color: rgb(213,101,169); }
div.DivClassName
{
background-color: #D565A9;
}
.BgClassName
{
background-color: #D565A9;
}
</style>
border-color css
<style>
span { border-color: #D565A9; }
span { border-color: rgb(213,101,169); }
td.TdClassName
{
border-color: #D565A9;
}
.TagClassName
{
border-color: #D565A9;
}
</style>