Shades of Hopbush #D372AA
Tints of Hopbush #D372AA
RGB
CMYK
RGB Variations
Color information
#D372AA (or 0xD372AA) is known color: Hopbush. HEX triplet: D3, 72 and AA. RGB value is (211,114,170). Sum of RGB (Red+Green+Blue) = 211+114+170=495 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.63% from 495); Green value is 114 (44.92% from 255 or 23.03% from 495); Blue value is 170 (66.80% from 255 or 34.34% from 495); Max value from RGB is 211 - color contains mainly: red. Hex color #D372AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D372AA is #2C8D55. Grayscale: #959595. Windows color (decimal): -2919766 or 11170515. OLE color: 11170515.
HSL color Cylindrical-coordinate representation of color #D372AA: hue angle of 325.36º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D372AA is Cyan = 0, Magento = 0.46, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 170 | - |
| CMYK | 0 | 0.46 | 0.19 | 0.17 |
| HSL | 325.36º | 0.52% | 0.64% | - |
| HSV(B) | 325.36º | 0.46% | 0.83% | - |
| XYZ | 40.14 | 28.79 | 41.47 | - |
| YUV | 149.39 | 139.64 | 171.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 170 | 0 | 0.46 | 0.19 | 0.17 | 325.36 | 0.52 | 0.64 |
| Hex | D3 | 72 | AA | 0 | 2E | 13 | 11 | 145 | 34 | 40 |
| Octal | 323 | 162 | 252 | 0 | 56 | 23 | 21 | 505 | 64 | 100 |
| Binary | 11010011 | 1110010 | 10101010 | 0 | 101110 | 10011 | 10001 | 101000101 | 110100 | 1000000 |
Color Harmonies of #D372AA
Complementary color
Monochromatic Colors of #D372AA
Black with #D372AA
Text Example
Text Example
White with #D372AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372AA; }
p { color: rgb(211,114,170); }
H1.HeaderClassName
{
color: #D372AA;
}
.AnyTagClassName
{
color: #D372AA;
}
</style>
background-color css
<style>
a { background-color: #D372AA; }
a { background-color: rgb(211,114,170); }
div.DivClassName
{
background-color: #D372AA;
}
.BgClassName
{
background-color: #D372AA;
}
</style>
border-color css
<style>
span { border-color: #D372AA; }
span { border-color: rgb(211,114,170); }
td.TdClassName
{
border-color: #D372AA;
}
.TagClassName
{
border-color: #D372AA;
}
</style>