Shades of Hopbush #D360AD
Tints of Hopbush #D360AD
RGB
CMYK
RGB Variations
Color information
#D360AD (or 0xD360AD) is known color: Hopbush. HEX triplet: D3, 60 and AD. RGB value is (211,96,173). Sum of RGB (Red+Green+Blue) = 211+96+173=480 (63% of max value = 765). Red value is 211 (82.81% from 255 or 43.96% from 480); Green value is 96 (37.89% from 255 or 20% from 480); Blue value is 173 (67.97% from 255 or 36.04% from 480); Max value from RGB is 211 - color contains mainly: red. Hex color #D360AD is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D360AD is #2C9F52. Grayscale: #8A8A8A. Windows color (decimal): -2924371 or 11362515. OLE color: 11362515.
HSL color Cylindrical-coordinate representation of color #D360AD: hue angle of 319.83º 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 #D360AD is Cyan = 0, Magento = 0.55, Yellow = 0.18 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 96 | 173 | - |
| CMYK | 0 | 0.55 | 0.18 | 0.17 |
| HSL | 319.83º | 0.57% | 0.6% | - |
| HSV(B) | 319.83º | 0.55% | 0.83% | - |
| XYZ | 38.59 | 25.23 | 42.37 | - |
| YUV | 139.16 | 147.1 | 179.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 96 | 173 | 0 | 0.55 | 0.18 | 0.17 | 319.83 | 0.57 | 0.6 |
| Hex | D3 | 60 | AD | 0 | 37 | 12 | 11 | 140 | 39 | 3C |
| Octal | 323 | 140 | 255 | 0 | 67 | 22 | 21 | 500 | 71 | 74 |
| Binary | 11010011 | 1100000 | 10101101 | 0 | 110111 | 10010 | 10001 | 101000000 | 111001 | 111100 |
Color Harmonies of #D360AD
Complementary color
Monochromatic Colors of #D360AD
Black with #D360AD
Text Example
Text Example
White with #D360AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D360AD; }
p { color: rgb(211,96,173); }
H1.HeaderClassName
{
color: #D360AD;
}
.AnyTagClassName
{
color: #D360AD;
}
</style>
background-color css
<style>
a { background-color: #D360AD; }
a { background-color: rgb(211,96,173); }
div.DivClassName
{
background-color: #D360AD;
}
.BgClassName
{
background-color: #D360AD;
}
</style>
border-color css
<style>
span { border-color: #D360AD; }
span { border-color: rgb(211,96,173); }
td.TdClassName
{
border-color: #D360AD;
}
.TagClassName
{
border-color: #D360AD;
}
</style>