Shades of Hopbush #D461AD
Tints of Hopbush #D461AD
RGB
CMYK
RGB Variations
Color information
#D461AD (or 0xD461AD) is known color: Hopbush. HEX triplet: D4, 61 and AD. RGB value is (212,97,173). Sum of RGB (Red+Green+Blue) = 212+97+173=482 (63% of max value = 765). Red value is 212 (83.20% from 255 or 43.98% from 482); Green value is 97 (38.28% from 255 or 20.12% from 482); Blue value is 173 (67.97% from 255 or 35.89% from 482); Max value from RGB is 212 - color contains mainly: red. Hex color #D461AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D461AD is #2B9E52. Grayscale: #8B8B8B. Windows color (decimal): -2858579 or 11362772. OLE color: 11362772.
HSL color Cylindrical-coordinate representation of color #D461AD: hue angle of 320.35º 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 #D461AD is Cyan = 0, Magento = 0.54, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 97 | 173 | - |
| CMYK | 0 | 0.54 | 0.18 | 0.17 |
| HSL | 320.35º | 0.57% | 0.61% | - |
| HSV(B) | 320.35º | 0.54% | 0.83% | - |
| XYZ | 38.97 | 25.56 | 42.42 | - |
| YUV | 140.05 | 146.6 | 179.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 97 | 173 | 0 | 0.54 | 0.18 | 0.17 | 320.35 | 0.57 | 0.61 |
| Hex | D4 | 61 | AD | 0 | 36 | 12 | 11 | 140 | 39 | 3D |
| Octal | 324 | 141 | 255 | 0 | 66 | 22 | 21 | 500 | 71 | 75 |
| Binary | 11010100 | 1100001 | 10101101 | 0 | 110110 | 10010 | 10001 | 101000000 | 111001 | 111101 |
Color Harmonies of #D461AD
Complementary color
Monochromatic Colors of #D461AD
Black with #D461AD
Text Example
Text Example
White with #D461AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D461AD; }
p { color: rgb(212,97,173); }
H1.HeaderClassName
{
color: #D461AD;
}
.AnyTagClassName
{
color: #D461AD;
}
</style>
background-color css
<style>
a { background-color: #D461AD; }
a { background-color: rgb(212,97,173); }
div.DivClassName
{
background-color: #D461AD;
}
.BgClassName
{
background-color: #D461AD;
}
</style>
border-color css
<style>
span { border-color: #D461AD; }
span { border-color: rgb(212,97,173); }
td.TdClassName
{
border-color: #D461AD;
}
.TagClassName
{
border-color: #D461AD;
}
</style>