Shades of Hopbush #D375AA
Tints of Hopbush #D375AA
RGB
CMYK
RGB Variations
Color information
#D375AA (or 0xD375AA) is known color: Hopbush. HEX triplet: D3, 75 and AA. RGB value is (211,117,170). Sum of RGB (Red+Green+Blue) = 211+117+170=498 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.37% from 498); Green value is 117 (46.09% from 255 or 23.49% from 498); Blue value is 170 (66.80% from 255 or 34.14% from 498); Max value from RGB is 211 - color contains mainly: red. Hex color #D375AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D375AA is #2C8A55. Grayscale: #979797. Windows color (decimal): -2918998 or 11171283. OLE color: 11171283.
HSL color Cylindrical-coordinate representation of color #D375AA: hue angle of 326.17º 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 #D375AA is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 117 | 170 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.17 |
| HSL | 326.17º | 0.52% | 0.64% | - |
| HSV(B) | 326.17º | 0.45% | 0.83% | - |
| XYZ | 40.48 | 29.47 | 41.59 | - |
| YUV | 151.15 | 138.64 | 170.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 117 | 170 | 0 | 0.45 | 0.19 | 0.17 | 326.17 | 0.52 | 0.64 |
| Hex | D3 | 75 | AA | 0 | 2D | 13 | 11 | 146 | 34 | 40 |
| Octal | 323 | 165 | 252 | 0 | 55 | 23 | 21 | 506 | 64 | 100 |
| Binary | 11010011 | 1110101 | 10101010 | 0 | 101101 | 10011 | 10001 | 101000110 | 110100 | 1000000 |
Color Harmonies of #D375AA
Complementary color
Monochromatic Colors of #D375AA
Black with #D375AA
Text Example
Text Example
White with #D375AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D375AA; }
p { color: rgb(211,117,170); }
H1.HeaderClassName
{
color: #D375AA;
}
.AnyTagClassName
{
color: #D375AA;
}
</style>
background-color css
<style>
a { background-color: #D375AA; }
a { background-color: rgb(211,117,170); }
div.DivClassName
{
background-color: #D375AA;
}
.BgClassName
{
background-color: #D375AA;
}
</style>
border-color css
<style>
span { border-color: #D375AA; }
span { border-color: rgb(211,117,170); }
td.TdClassName
{
border-color: #D375AA;
}
.TagClassName
{
border-color: #D375AA;
}
</style>