Shades of Hopbush #D461A3
Tints of Hopbush #D461A3
RGB
CMYK
RGB Variations
Color information
#D461A3 (or 0xD461A3) is known color: Hopbush. HEX triplet: D4, 61 and A3. RGB value is (212,97,163). Sum of RGB (Red+Green+Blue) = 212+97+163=472 (62% of max value = 765). Red value is 212 (83.20% from 255 or 44.92% from 472); Green value is 97 (38.28% from 255 or 20.55% from 472); Blue value is 163 (64.06% from 255 or 34.53% from 472); Max value from RGB is 212 - color contains mainly: red. Hex color #D461A3 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D461A3 is #2B9E5C. Grayscale: #8A8A8A. Windows color (decimal): -2858589 or 10707412. OLE color: 10707412.
HSL color Cylindrical-coordinate representation of color #D461A3: hue angle of 325.57º 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 #D461A3 is Cyan = 0, Magento = 0.54, Yellow = 0.23 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 163 | - |
| CMYK | 0 | 0.54 | 0.23 | 0.17 |
| HSL | 325.57º | 0.57% | 0.61% | - |
| HSV(B) | 325.57º | 0.54% | 0.83% | - |
| XYZ | 38.04 | 25.19 | 37.51 | - |
| YUV | 138.91 | 141.6 | 180.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 163 | 0 | 0.54 | 0.23 | 0.17 | 325.57 | 0.57 | 0.61 |
| Hex | D4 | 61 | A3 | 0 | 36 | 17 | 11 | 146 | 39 | 3D |
| Octal | 324 | 141 | 243 | 0 | 66 | 27 | 21 | 506 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10100011 | 0 | 110110 | 10111 | 10001 | 101000110 | 111001 | 111101 |
Color Harmonies of #D461A3
Complementary color
Monochromatic Colors of #D461A3
Black with #D461A3
Text Example
Text Example
White with #D461A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461A3; }
p { color: rgb(212,97,163); }
H1.HeaderClassName
{
color: #D461A3;
}
.AnyTagClassName
{
color: #D461A3;
}
</style>
background-color css
<style>
a { background-color: #D461A3; }
a { background-color: rgb(212,97,163); }
div.DivClassName
{
background-color: #D461A3;
}
.BgClassName
{
background-color: #D461A3;
}
</style>
border-color css
<style>
span { border-color: #D461A3; }
span { border-color: rgb(212,97,163); }
td.TdClassName
{
border-color: #D461A3;
}
.TagClassName
{
border-color: #D461A3;
}
</style>