Shades of Hopbush #D463AB
Tints of Hopbush #D463AB
RGB
CMYK
RGB Variations
Color information
#D463AB (or 0xD463AB) is known color: Hopbush. HEX triplet: D4, 63 and AB. RGB value is (212,99,171). Sum of RGB (Red+Green+Blue) = 212+99+171=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 99 (39.06% from 255 or 20.54% from 482); Blue value is 171 (67.19% from 255 or 35.48% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D463AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D463AB is #2B9C54. Grayscale: #8C8C8C. Windows color (decimal): -2858069 or 11232212. OLE color: 11232212.
HSL color Cylindrical-coordinate representation of color #D463AB: hue angle of 321.77º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D463AB is Cyan = 0, Magento = 0.53, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 99 | 171 | - |
| CMYK | 0 | 0.53 | 0.19 | 0.17 |
| HSL | 321.77º | 0.57% | 0.61% | - |
| HSV(B) | 321.77º | 0.53% | 0.83% | - |
| XYZ | 38.96 | 25.86 | 41.47 | - |
| YUV | 141 | 144.94 | 178.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 99 | 171 | 0 | 0.53 | 0.19 | 0.17 | 321.77 | 0.57 | 0.61 |
| Hex | D4 | 63 | AB | 0 | 35 | 13 | 11 | 142 | 39 | 3D |
| Octal | 324 | 143 | 253 | 0 | 65 | 23 | 21 | 502 | 71 | 75 |
| Binary | 11010100 | 1100011 | 10101011 | 0 | 110101 | 10011 | 10001 | 101000010 | 111001 | 111101 |
Color Harmonies of #D463AB
Complementary color
Monochromatic Colors of #D463AB
Black with #D463AB
Text Example
Text Example
White with #D463AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D463AB; }
p { color: rgb(212,99,171); }
H1.HeaderClassName
{
color: #D463AB;
}
.AnyTagClassName
{
color: #D463AB;
}
</style>
background-color css
<style>
a { background-color: #D463AB; }
a { background-color: rgb(212,99,171); }
div.DivClassName
{
background-color: #D463AB;
}
.BgClassName
{
background-color: #D463AB;
}
</style>
border-color css
<style>
span { border-color: #D463AB; }
span { border-color: rgb(212,99,171); }
td.TdClassName
{
border-color: #D463AB;
}
.TagClassName
{
border-color: #D463AB;
}
</style>