Shades of Hopbush #D970A8
Tints of Hopbush #D970A8
RGB
CMYK
RGB Variations
Color information
#D970A8 (or 0xD970A8) is known color: Hopbush. HEX triplet: D9, 70 and A8. RGB value is (217,112,168). Sum of RGB (Red+Green+Blue) = 217+112+168=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 112 (44.14% from 255 or 22.54% from 497); Blue value is 168 (66.02% from 255 or 33.80% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D970A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D970A8 is #268F57. Grayscale: #959595. Windows color (decimal): -2527064 or 11038937. OLE color: 11038937.
HSL color Cylindrical-coordinate representation of color #D970A8: hue angle of 328º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D970A8 is Cyan = 0, Magento = 0.48, Yellow = 0.23 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 112 | 168 | - |
| CMYK | 0 | 0.48 | 0.23 | 0.15 |
| HSL | 328º | 0.58% | 0.65% | - |
| HSV(B) | 328º | 0.48% | 0.85% | - |
| XYZ | 41.48 | 29.17 | 40.49 | - |
| YUV | 149.78 | 138.29 | 175.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 112 | 168 | 0 | 0.48 | 0.23 | 0.15 | 328 | 0.58 | 0.65 |
| Hex | D9 | 70 | A8 | 0 | 30 | 17 | F | 148 | 3A | 41 |
| Octal | 331 | 160 | 250 | 0 | 60 | 27 | 17 | 510 | 72 | 101 |
| Binary | 11011001 | 1110000 | 10101000 | 0 | 110000 | 10111 | 1111 | 101001000 | 111010 | 1000001 |
Color Harmonies of #D970A8
Complementary color
Monochromatic Colors of #D970A8
Black with #D970A8
Text Example
Text Example
White with #D970A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D970A8; }
p { color: rgb(217,112,168); }
H1.HeaderClassName
{
color: #D970A8;
}
.AnyTagClassName
{
color: #D970A8;
}
</style>
background-color css
<style>
a { background-color: #D970A8; }
a { background-color: rgb(217,112,168); }
div.DivClassName
{
background-color: #D970A8;
}
.BgClassName
{
background-color: #D970A8;
}
</style>
border-color css
<style>
span { border-color: #D970A8; }
span { border-color: rgb(217,112,168); }
td.TdClassName
{
border-color: #D970A8;
}
.TagClassName
{
border-color: #D970A8;
}
</style>