Shades of Hopbush #D565A6
Tints of Hopbush #D565A6
RGB
CMYK
RGB Variations
Color information
#D565A6 (or 0xD565A6) is known color: Hopbush. HEX triplet: D5, 65 and A6. RGB value is (213,101,166). Sum of RGB (Red+Green+Blue) = 213+101+166=480 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.38% from 480); Green value is 101 (39.84% from 255 or 21.04% from 480); Blue value is 166 (65.23% from 255 or 34.58% from 480); Max value from RGB is 213 - color contains mainly: red. Hex color #D565A6 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D565A6 is #2A9A59. Grayscale: #8D8D8D. Windows color (decimal): -2792026 or 10905045. OLE color: 10905045.
HSL color Cylindrical-coordinate representation of color #D565A6: hue angle of 325.18º 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 #D565A6 is Cyan = 0, Magento = 0.53, Yellow = 0.22 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 166 | - |
| CMYK | 0 | 0.53 | 0.22 | 0.16 |
| HSL | 325.18º | 0.57% | 0.62% | - |
| HSV(B) | 325.18º | 0.53% | 0.84% | - |
| XYZ | 38.98 | 26.21 | 39.08 | - |
| YUV | 141.9 | 141.61 | 178.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 166 | 0 | 0.53 | 0.22 | 0.16 | 325.18 | 0.57 | 0.62 |
| Hex | D5 | 65 | A6 | 0 | 35 | 16 | 10 | 145 | 39 | 3E |
| Octal | 325 | 145 | 246 | 0 | 65 | 26 | 20 | 505 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10100110 | 0 | 110101 | 10110 | 10000 | 101000101 | 111001 | 111110 |
Color Harmonies of #D565A6
Complementary color
Monochromatic Colors of #D565A6
Black with #D565A6
Text Example
Text Example
White with #D565A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565A6; }
p { color: rgb(213,101,166); }
H1.HeaderClassName
{
color: #D565A6;
}
.AnyTagClassName
{
color: #D565A6;
}
</style>
background-color css
<style>
a { background-color: #D565A6; }
a { background-color: rgb(213,101,166); }
div.DivClassName
{
background-color: #D565A6;
}
.BgClassName
{
background-color: #D565A6;
}
</style>
border-color css
<style>
span { border-color: #D565A6; }
span { border-color: rgb(213,101,166); }
td.TdClassName
{
border-color: #D565A6;
}
.TagClassName
{
border-color: #D565A6;
}
</style>