Shades of Hopbush #D565A4
Tints of Hopbush #D565A4
RGB
CMYK
RGB Variations
Color information
#D565A4 (or 0xD565A4) is known color: Hopbush. HEX triplet: D5, 65 and A4. RGB value is (213,101,164). Sum of RGB (Red+Green+Blue) = 213+101+164=478 (63% of max value = 765). Red value is 213 (83.59% from 255 or 44.56% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 164 (64.45% from 255 or 34.31% from 478); Max value from RGB is 213 - color contains mainly: red. Hex color #D565A4 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D565A4 is #2A9A5B. Grayscale: #8D8D8D. Windows color (decimal): -2792028 or 10773973. OLE color: 10773973.
HSL color Cylindrical-coordinate representation of color #D565A4: hue angle of 326.25º 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 #D565A4 is Cyan = 0, Magento = 0.53, Yellow = 0.23 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 164 | - |
| CMYK | 0 | 0.53 | 0.23 | 0.16 |
| HSL | 326.25º | 0.57% | 0.62% | - |
| HSV(B) | 326.25º | 0.53% | 0.84% | - |
| XYZ | 38.8 | 26.13 | 38.12 | - |
| YUV | 141.67 | 140.61 | 178.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 164 | 0 | 0.53 | 0.23 | 0.16 | 326.25 | 0.57 | 0.62 |
| Hex | D5 | 65 | A4 | 0 | 35 | 17 | 10 | 146 | 39 | 3E |
| Octal | 325 | 145 | 244 | 0 | 65 | 27 | 20 | 506 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10100100 | 0 | 110101 | 10111 | 10000 | 101000110 | 111001 | 111110 |
Color Harmonies of #D565A4
Complementary color
Monochromatic Colors of #D565A4
Black with #D565A4
Text Example
Text Example
White with #D565A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565A4; }
p { color: rgb(213,101,164); }
H1.HeaderClassName
{
color: #D565A4;
}
.AnyTagClassName
{
color: #D565A4;
}
</style>
background-color css
<style>
a { background-color: #D565A4; }
a { background-color: rgb(213,101,164); }
div.DivClassName
{
background-color: #D565A4;
}
.BgClassName
{
background-color: #D565A4;
}
</style>
border-color css
<style>
span { border-color: #D565A4; }
span { border-color: rgb(213,101,164); }
td.TdClassName
{
border-color: #D565A4;
}
.TagClassName
{
border-color: #D565A4;
}
</style>