Shades of Hopbush #D371B3
Tints of Hopbush #D371B3
RGB
CMYK
RGB Variations
Color information
#D371B3 (or 0xD371B3) is known color: Hopbush. HEX triplet: D3, 71 and B3. RGB value is (211,113,179). Sum of RGB (Red+Green+Blue) = 211+113+179=503 (66% of max value = 765). Red value is 211 (82.81% from 255 or 41.95% from 503); Green value is 113 (44.53% from 255 or 22.47% from 503); Blue value is 179 (70.31% from 255 or 35.59% from 503); Max value from RGB is 211 - color contains mainly: red. Hex color #D371B3 is not a web safe color. Web safe color analog (approx): #CC66CC. Inversed color of #D371B3 is #2C8E4C. Grayscale: #959595. Windows color (decimal): -2920013 or 11760083. OLE color: 11760083.
HSL color Cylindrical-coordinate representation of color #D371B3: hue angle of 319.59º degrees, saturation: 0.53, 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 #D371B3 is Cyan = 0, Magento = 0.46, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 113 | 179 | - |
| CMYK | 0 | 0.46 | 0.15 | 0.17 |
| HSL | 319.59º | 0.53% | 0.64% | - |
| HSV(B) | 319.59º | 0.46% | 0.83% | - |
| XYZ | 40.91 | 28.91 | 46.07 | - |
| YUV | 149.83 | 144.47 | 171.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 113 | 179 | 0 | 0.46 | 0.15 | 0.17 | 319.59 | 0.53 | 0.64 |
| Hex | D3 | 71 | B3 | 0 | 2E | F | 11 | 140 | 35 | 40 |
| Octal | 323 | 161 | 263 | 0 | 56 | 17 | 21 | 500 | 65 | 100 |
| Binary | 11010011 | 1110001 | 10110011 | 0 | 101110 | 1111 | 10001 | 101000000 | 110101 | 1000000 |
Color Harmonies of #D371B3
Complementary color
Monochromatic Colors of #D371B3
Black with #D371B3
Text Example
Text Example
White with #D371B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D371B3; }
p { color: rgb(211,113,179); }
H1.HeaderClassName
{
color: #D371B3;
}
.AnyTagClassName
{
color: #D371B3;
}
</style>
background-color css
<style>
a { background-color: #D371B3; }
a { background-color: rgb(211,113,179); }
div.DivClassName
{
background-color: #D371B3;
}
.BgClassName
{
background-color: #D371B3;
}
</style>
border-color css
<style>
span { border-color: #D371B3; }
span { border-color: rgb(211,113,179); }
td.TdClassName
{
border-color: #D371B3;
}
.TagClassName
{
border-color: #D371B3;
}
</style>