Shades of Hopbush #D374AA
Tints of Hopbush #D374AA
RGB
CMYK
RGB Variations
Color information
#D374AA (or 0xD374AA) is known color: Hopbush. HEX triplet: D3, 74 and AA. RGB value is (211,116,170). Sum of RGB (Red+Green+Blue) = 211+116+170=497 (65% of max value = 765). Red value is 211 (82.81% from 255 or 42.45% from 497); Green value is 116 (45.70% from 255 or 23.34% from 497); Blue value is 170 (66.80% from 255 or 34.21% from 497); Max value from RGB is 211 - color contains mainly: red. Hex color #D374AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D374AA is #2C8B55. Grayscale: #969696. Windows color (decimal): -2919254 or 11171027. OLE color: 11171027.
HSL color Cylindrical-coordinate representation of color #D374AA: hue angle of 325.89º 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 #D374AA is Cyan = 0, Magento = 0.45, Yellow = 0.19 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 116 | 170 | - |
| CMYK | 0 | 0.45 | 0.19 | 0.17 |
| HSL | 325.89º | 0.52% | 0.64% | - |
| HSV(B) | 325.89º | 0.45% | 0.83% | - |
| XYZ | 40.37 | 29.24 | 41.55 | - |
| YUV | 150.56 | 138.97 | 171.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 116 | 170 | 0 | 0.45 | 0.19 | 0.17 | 325.89 | 0.52 | 0.64 |
| Hex | D3 | 74 | AA | 0 | 2D | 13 | 11 | 146 | 34 | 40 |
| Octal | 323 | 164 | 252 | 0 | 55 | 23 | 21 | 506 | 64 | 100 |
| Binary | 11010011 | 1110100 | 10101010 | 0 | 101101 | 10011 | 10001 | 101000110 | 110100 | 1000000 |
Color Harmonies of #D374AA
Complementary color
Monochromatic Colors of #D374AA
Black with #D374AA
Text Example
Text Example
White with #D374AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D374AA; }
p { color: rgb(211,116,170); }
H1.HeaderClassName
{
color: #D374AA;
}
.AnyTagClassName
{
color: #D374AA;
}
</style>
background-color css
<style>
a { background-color: #D374AA; }
a { background-color: rgb(211,116,170); }
div.DivClassName
{
background-color: #D374AA;
}
.BgClassName
{
background-color: #D374AA;
}
</style>
border-color css
<style>
span { border-color: #D374AA; }
span { border-color: rgb(211,116,170); }
td.TdClassName
{
border-color: #D374AA;
}
.TagClassName
{
border-color: #D374AA;
}
</style>