Shades of Hopbush #D370AB
Tints of Hopbush #D370AB
RGB
CMYK
RGB Variations
Color information
#D370AB (or 0xD370AB) is known color: Hopbush. HEX triplet: D3, 70 and AB. RGB value is (211,112,171). Sum of RGB (Red+Green+Blue) = 211+112+171=494 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.71% from 494); Green value is 112 (44.14% from 255 or 22.67% from 494); Blue value is 171 (67.19% from 255 or 34.62% from 494); Max value from RGB is 211 - color contains mainly: red. Hex color #D370AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D370AB is #2C8F54. Grayscale: #949494. Windows color (decimal): -2920277 or 11235539. OLE color: 11235539.
HSL color Cylindrical-coordinate representation of color #D370AB: hue angle of 324.24º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D370AB is Cyan = 0, Magento = 0.47, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 112 | 171 | - |
| CMYK | 0 | 0.47 | 0.19 | 0.17 |
| HSL | 324.24º | 0.53% | 0.63% | - |
| HSV(B) | 324.24º | 0.47% | 0.83% | - |
| XYZ | 40.01 | 28.38 | 41.9 | - |
| YUV | 148.33 | 140.8 | 172.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 112 | 171 | 0 | 0.47 | 0.19 | 0.17 | 324.24 | 0.53 | 0.63 |
| Hex | D3 | 70 | AB | 0 | 2F | 13 | 11 | 144 | 35 | 3F |
| Octal | 323 | 160 | 253 | 0 | 57 | 23 | 21 | 504 | 65 | 77 |
| Binary | 11010011 | 1110000 | 10101011 | 0 | 101111 | 10011 | 10001 | 101000100 | 110101 | 111111 |
Color Harmonies of #D370AB
Complementary color
Monochromatic Colors of #D370AB
Black with #D370AB
Text Example
Text Example
White with #D370AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D370AB; }
p { color: rgb(211,112,171); }
H1.HeaderClassName
{
color: #D370AB;
}
.AnyTagClassName
{
color: #D370AB;
}
</style>
background-color css
<style>
a { background-color: #D370AB; }
a { background-color: rgb(211,112,171); }
div.DivClassName
{
background-color: #D370AB;
}
.BgClassName
{
background-color: #D370AB;
}
</style>
border-color css
<style>
span { border-color: #D370AB; }
span { border-color: rgb(211,112,171); }
td.TdClassName
{
border-color: #D370AB;
}
.TagClassName
{
border-color: #D370AB;
}
</style>