Shades of Hopbush #D465AB
Tints of Hopbush #D465AB
RGB
CMYK
RGB Variations
Color information
#D465AB (or 0xD465AB) is known color: Hopbush. HEX triplet: D4, 65 and AB. RGB value is (212,101,171). Sum of RGB (Red+Green+Blue) = 212+101+171=484 (64% of max value = 765). Red value is 212 (83.20% from 255 or 43.80% from 484); Green value is 101 (39.84% from 255 or 20.87% from 484); Blue value is 171 (67.19% from 255 or 35.33% from 484); Max value from RGB is 212 - color contains mainly: red. Hex color #D465AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D465AB is #2B9A54. Grayscale: #8E8E8E. Windows color (decimal): -2857557 or 11232724. OLE color: 11232724.
HSL color Cylindrical-coordinate representation of color #D465AB: hue angle of 322.16º degrees, saturation: 0.56, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D465AB is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 101 | 171 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.17 |
| HSL | 322.16º | 0.56% | 0.61% | - |
| HSV(B) | 322.16º | 0.52% | 0.83% | - |
| XYZ | 39.16 | 26.24 | 41.53 | - |
| YUV | 142.17 | 144.27 | 177.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 101 | 171 | 0 | 0.52 | 0.19 | 0.17 | 322.16 | 0.56 | 0.61 |
| Hex | D4 | 65 | AB | 0 | 34 | 13 | 11 | 142 | 38 | 3D |
| Octal | 324 | 145 | 253 | 0 | 64 | 23 | 21 | 502 | 70 | 75 |
| Binary | 11010100 | 1100101 | 10101011 | 0 | 110100 | 10011 | 10001 | 101000010 | 111000 | 111101 |
Color Harmonies of #D465AB
Complementary color
Monochromatic Colors of #D465AB
Black with #D465AB
Text Example
Text Example
White with #D465AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D465AB; }
p { color: rgb(212,101,171); }
H1.HeaderClassName
{
color: #D465AB;
}
.AnyTagClassName
{
color: #D465AB;
}
</style>
background-color css
<style>
a { background-color: #D465AB; }
a { background-color: rgb(212,101,171); }
div.DivClassName
{
background-color: #D465AB;
}
.BgClassName
{
background-color: #D465AB;
}
</style>
border-color css
<style>
span { border-color: #D465AB; }
span { border-color: rgb(212,101,171); }
td.TdClassName
{
border-color: #D465AB;
}
.TagClassName
{
border-color: #D465AB;
}
</style>