Shades of Hopbush #D462A0
Tints of Hopbush #D462A0
RGB
CMYK
RGB Variations
Color information
#D462A0 (or 0xD462A0) is known color: Hopbush. HEX triplet: D4, 62 and A0. RGB value is (212,98,160). Sum of RGB (Red+Green+Blue) = 212+98+160=470 (62% of max value = 765). Red value is 212 (83.20% from 255 or 45.11% from 470); Green value is 98 (38.67% from 255 or 20.85% from 470); Blue value is 160 (62.89% from 255 or 34.04% from 470); Max value from RGB is 212 - color contains mainly: red. Hex color #D462A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D462A0 is #2B9D5F. Grayscale: #8B8B8B. Windows color (decimal): -2858336 or 10511060. OLE color: 10511060.
HSL color Cylindrical-coordinate representation of color #D462A0: hue angle of 327.37º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D462A0 is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 98 | 160 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.17 |
| HSL | 327.37º | 0.57% | 0.61% | - |
| HSV(B) | 327.37º | 0.54% | 0.83% | - |
| XYZ | 37.86 | 25.27 | 36.14 | - |
| YUV | 139.15 | 139.77 | 179.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 160 | 0 | 0.54 | 0.25 | 0.17 | 327.37 | 0.57 | 0.61 |
| Hex | D4 | 62 | A0 | 0 | 36 | 19 | 11 | 147 | 39 | 3D |
| Octal | 324 | 142 | 240 | 0 | 66 | 31 | 21 | 507 | 71 | 75 |
| Binary | 11010100 | 1100010 | 10100000 | 0 | 110110 | 11001 | 10001 | 101000111 | 111001 | 111101 |
Color Harmonies of #D462A0
Complementary color
Monochromatic Colors of #D462A0
Black with #D462A0
Text Example
Text Example
White with #D462A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462A0; }
p { color: rgb(212,98,160); }
H1.HeaderClassName
{
color: #D462A0;
}
.AnyTagClassName
{
color: #D462A0;
}
</style>
background-color css
<style>
a { background-color: #D462A0; }
a { background-color: rgb(212,98,160); }
div.DivClassName
{
background-color: #D462A0;
}
.BgClassName
{
background-color: #D462A0;
}
</style>
border-color css
<style>
span { border-color: #D462A0; }
span { border-color: rgb(212,98,160); }
td.TdClassName
{
border-color: #D462A0;
}
.TagClassName
{
border-color: #D462A0;
}
</style>