Shades of Hopbush #D373A0
Tints of Hopbush #D373A0
RGB
CMYK
RGB Variations
Color information
#D373A0 (or 0xD373A0) is known color: Hopbush. HEX triplet: D3, 73 and A0. RGB value is (211,115,160). Sum of RGB (Red+Green+Blue) = 211+115+160=486 (64% of max value = 765). Red value is 211 (82.81% from 255 or 43.42% from 486); Green value is 115 (45.31% from 255 or 23.66% from 486); Blue value is 160 (62.89% from 255 or 32.92% from 486); Max value from RGB is 211 - color contains mainly: red. Hex color #D373A0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D373A0 is #2C8C5F. Grayscale: #949494. Windows color (decimal): -2919520 or 10515411. OLE color: 10515411.
HSL color Cylindrical-coordinate representation of color #D373A0: hue angle of 331.88º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D373A0 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 115 | 160 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.17 |
| HSL | 331.88º | 0.52% | 0.64% | - |
| HSV(B) | 331.88º | 0.45% | 0.83% | - |
| XYZ | 39.34 | 28.65 | 36.71 | - |
| YUV | 148.83 | 134.3 | 172.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 115 | 160 | 0 | 0.45 | 0.24 | 0.17 | 331.88 | 0.52 | 0.64 |
| Hex | D3 | 73 | A0 | 0 | 2D | 18 | 11 | 14C | 34 | 40 |
| Octal | 323 | 163 | 240 | 0 | 55 | 30 | 21 | 514 | 64 | 100 |
| Binary | 11010011 | 1110011 | 10100000 | 0 | 101101 | 11000 | 10001 | 101001100 | 110100 | 1000000 |
Color Harmonies of #D373A0
Complementary color
Monochromatic Colors of #D373A0
Black with #D373A0
Text Example
Text Example
White with #D373A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D373A0; }
p { color: rgb(211,115,160); }
H1.HeaderClassName
{
color: #D373A0;
}
.AnyTagClassName
{
color: #D373A0;
}
</style>
background-color css
<style>
a { background-color: #D373A0; }
a { background-color: rgb(211,115,160); }
div.DivClassName
{
background-color: #D373A0;
}
.BgClassName
{
background-color: #D373A0;
}
</style>
border-color css
<style>
span { border-color: #D373A0; }
span { border-color: rgb(211,115,160); }
td.TdClassName
{
border-color: #D373A0;
}
.TagClassName
{
border-color: #D373A0;
}
</style>