Shades of Hopbush #D565AB
Tints of Hopbush #D565AB
RGB
CMYK
RGB Variations
Color information
#D565AB (or 0xD565AB) is known color: Hopbush. HEX triplet: D5, 65 and AB. RGB value is (213,101,171). Sum of RGB (Red+Green+Blue) = 213+101+171=485 (64% of max value = 765). Red value is 213 (83.59% from 255 or 43.92% from 485); Green value is 101 (39.84% from 255 or 20.82% from 485); Blue value is 171 (67.19% from 255 or 35.26% from 485); Max value from RGB is 213 - color contains mainly: red. Hex color #D565AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D565AB is #2A9A54. Grayscale: #8E8E8E. Windows color (decimal): -2792021 or 11232725. OLE color: 11232725.
HSL color Cylindrical-coordinate representation of color #D565AB: hue angle of 322.5º 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 #D565AB is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 101 | 171 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.16 |
| HSL | 322.5º | 0.57% | 0.62% | - |
| HSV(B) | 322.5º | 0.53% | 0.84% | - |
| XYZ | 39.44 | 26.39 | 41.54 | - |
| YUV | 142.47 | 144.11 | 178.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 101 | 171 | 0 | 0.53 | 0.20 | 0.16 | 322.5 | 0.57 | 0.62 |
| Hex | D5 | 65 | AB | 0 | 35 | 14 | 10 | 142 | 39 | 3E |
| Octal | 325 | 145 | 253 | 0 | 65 | 24 | 20 | 502 | 71 | 76 |
| Binary | 11010101 | 1100101 | 10101011 | 0 | 110101 | 10100 | 10000 | 101000010 | 111001 | 111110 |
Color Harmonies of #D565AB
Complementary color
Monochromatic Colors of #D565AB
Black with #D565AB
Text Example
Text Example
White with #D565AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D565AB; }
p { color: rgb(213,101,171); }
H1.HeaderClassName
{
color: #D565AB;
}
.AnyTagClassName
{
color: #D565AB;
}
</style>
background-color css
<style>
a { background-color: #D565AB; }
a { background-color: rgb(213,101,171); }
div.DivClassName
{
background-color: #D565AB;
}
.BgClassName
{
background-color: #D565AB;
}
</style>
border-color css
<style>
span { border-color: #D565AB; }
span { border-color: rgb(213,101,171); }
td.TdClassName
{
border-color: #D565AB;
}
.TagClassName
{
border-color: #D565AB;
}
</style>