Shades of Hopbush #D372B0
Tints of Hopbush #D372B0
RGB
CMYK
RGB Variations
Color information
#D372B0 (or 0xD372B0) is known color: Hopbush. HEX triplet: D3, 72 and B0. RGB value is (211,114,176). Sum of RGB (Red+Green+Blue) = 211+114+176=501 (66% of max value = 765). Red value is 211 (82.81% from 255 or 42.12% from 501); Green value is 114 (44.92% from 255 or 22.75% from 501); Blue value is 176 (69.14% from 255 or 35.13% from 501); Max value from RGB is 211 - color contains mainly: red. Hex color #D372B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D372B0 is #2C8D4F. Grayscale: #959595. Windows color (decimal): -2919760 or 11563731. OLE color: 11563731.
HSL color Cylindrical-coordinate representation of color #D372B0: hue angle of 321.65º 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 #D372B0 is Cyan = 0, Magento = 0.46, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 114 | 176 | - |
| CMYK | 0 | 0.46 | 0.17 | 0.17 |
| HSL | 321.65º | 0.52% | 0.64% | - |
| HSV(B) | 321.65º | 0.46% | 0.83% | - |
| XYZ | 40.72 | 29.02 | 44.53 | - |
| YUV | 150.07 | 142.64 | 171.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 114 | 176 | 0 | 0.46 | 0.17 | 0.17 | 321.65 | 0.52 | 0.64 |
| Hex | D3 | 72 | B0 | 0 | 2E | 11 | 11 | 142 | 34 | 40 |
| Octal | 323 | 162 | 260 | 0 | 56 | 21 | 21 | 502 | 64 | 100 |
| Binary | 11010011 | 1110010 | 10110000 | 0 | 101110 | 10001 | 10001 | 101000010 | 110100 | 1000000 |
Color Harmonies of #D372B0
Complementary color
Monochromatic Colors of #D372B0
Black with #D372B0
Text Example
Text Example
White with #D372B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D372B0; }
p { color: rgb(211,114,176); }
H1.HeaderClassName
{
color: #D372B0;
}
.AnyTagClassName
{
color: #D372B0;
}
</style>
background-color css
<style>
a { background-color: #D372B0; }
a { background-color: rgb(211,114,176); }
div.DivClassName
{
background-color: #D372B0;
}
.BgClassName
{
background-color: #D372B0;
}
</style>
border-color css
<style>
span { border-color: #D372B0; }
span { border-color: rgb(211,114,176); }
td.TdClassName
{
border-color: #D372B0;
}
.TagClassName
{
border-color: #D372B0;
}
</style>