Shades of Hopbush #D460A2
Tints of Hopbush #D460A2
RGB
CMYK
RGB Variations
Color information
#D460A2 (or 0xD460A2) is known color: Hopbush. HEX triplet: D4, 60 and A2. RGB value is (212,96,162). Sum of RGB (Red+Green+Blue) = 212+96+162=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 96 (37.89% from 255 or 20.43% from 470); Blue value is 162 (63.67% from 255 or 34.47% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D460A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D460A2 is #2B9F5D. Grayscale: #8A8A8A. Windows color (decimal): -2858846 or 10641620. OLE color: 10641620.
HSL color Cylindrical-coordinate representation of color #D460A2: hue angle of 325.86º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D460A2 is Cyan = 0, Magento = 0.55, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 96 | 162 | - |
| CMYK | 0 | 0.55 | 0.24 | 0.17 |
| HSL | 325.86º | 0.57% | 0.6% | - |
| HSV(B) | 325.86º | 0.55% | 0.83% | - |
| XYZ | 37.86 | 24.97 | 37.01 | - |
| YUV | 138.21 | 141.43 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 96 | 162 | 0 | 0.55 | 0.24 | 0.17 | 325.86 | 0.57 | 0.6 |
| Hex | D4 | 60 | A2 | 0 | 37 | 18 | 11 | 146 | 39 | 3C |
| Octal | 324 | 140 | 242 | 0 | 67 | 30 | 21 | 506 | 71 | 74 |
| Binary | 11010100 | 1100000 | 10100010 | 0 | 110111 | 11000 | 10001 | 101000110 | 111001 | 111100 |
Color Harmonies of #D460A2
Complementary color
Monochromatic Colors of #D460A2
Black with #D460A2
Text Example
Text Example
White with #D460A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D460A2; }
p { color: rgb(212,96,162); }
H1.HeaderClassName
{
color: #D460A2;
}
.AnyTagClassName
{
color: #D460A2;
}
</style>
background-color css
<style>
a { background-color: #D460A2; }
a { background-color: rgb(212,96,162); }
div.DivClassName
{
background-color: #D460A2;
}
.BgClassName
{
background-color: #D460A2;
}
</style>
border-color css
<style>
span { border-color: #D460A2; }
span { border-color: rgb(212,96,162); }
td.TdClassName
{
border-color: #D460A2;
}
.TagClassName
{
border-color: #D460A2;
}
</style>