Shades of Hopbush #D974AB
Tints of Hopbush #D974AB
RGB
CMYK
RGB Variations
Color information
#D974AB (or 0xD974AB) is known color: Hopbush. HEX triplet: D9, 74 and AB. RGB value is (217,116,171). Sum of RGB (Red+Green+Blue) = 217+116+171=504 (66% of max value = 765). Red value is 217 (85.16% from 255 or 43.06% from 504); Green value is 116 (45.70% from 255 or 23.02% from 504); Blue value is 171 (67.19% from 255 or 33.93% from 504); Max value from RGB is 217 - color contains mainly: red. Hex color #D974AB is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D974AB is #268B54. Grayscale: #989898. Windows color (decimal): -2526037 or 11236569. OLE color: 11236569.
HSL color Cylindrical-coordinate representation of color #D974AB: hue angle of 327.33º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D974AB is Cyan = 0, Magento = 0.47, Yellow = 0.21 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 116 | 171 | - |
| CMYK | 0 | 0.47 | 0.21 | 0.15 |
| HSL | 327.33º | 0.57% | 0.65% | - |
| HSV(B) | 327.33º | 0.47% | 0.85% | - |
| XYZ | 42.21 | 30.18 | 42.13 | - |
| YUV | 152.47 | 138.46 | 174.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 116 | 171 | 0 | 0.47 | 0.21 | 0.15 | 327.33 | 0.57 | 0.65 |
| Hex | D9 | 74 | AB | 0 | 2F | 15 | F | 147 | 39 | 41 |
| Octal | 331 | 164 | 253 | 0 | 57 | 25 | 17 | 507 | 71 | 101 |
| Binary | 11011001 | 1110100 | 10101011 | 0 | 101111 | 10101 | 1111 | 101000111 | 111001 | 1000001 |
Color Harmonies of #D974AB
Complementary color
Monochromatic Colors of #D974AB
Black with #D974AB
Text Example
Text Example
White with #D974AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D974AB; }
p { color: rgb(217,116,171); }
H1.HeaderClassName
{
color: #D974AB;
}
.AnyTagClassName
{
color: #D974AB;
}
</style>
background-color css
<style>
a { background-color: #D974AB; }
a { background-color: rgb(217,116,171); }
div.DivClassName
{
background-color: #D974AB;
}
.BgClassName
{
background-color: #D974AB;
}
</style>
border-color css
<style>
span { border-color: #D974AB; }
span { border-color: rgb(217,116,171); }
td.TdClassName
{
border-color: #D974AB;
}
.TagClassName
{
border-color: #D974AB;
}
</style>