Shades of Hopbush #D870A8
Tints of Hopbush #D870A8
RGB
CMYK
RGB Variations
Color information
#D870A8 (or 0xD870A8) is known color: Hopbush. HEX triplet: D8, 70 and A8. RGB value is (216,112,168). Sum of RGB (Red+Green+Blue) = 216+112+168=496 (65% of max value = 765). Red value is 216 (84.77% from 255 or 43.55% from 496); Green value is 112 (44.14% from 255 or 22.58% from 496); Blue value is 168 (66.02% from 255 or 33.87% from 496); Max value from RGB is 216 - color contains mainly: red. Hex color #D870A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D870A8 is #278F57. Grayscale: #959595. Windows color (decimal): -2592600 or 11038936. OLE color: 11038936.
HSL color Cylindrical-coordinate representation of color #D870A8: hue angle of 327.69º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D870A8 is Cyan = 0, Magento = 0.48, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 112 | 168 | - |
| CMYK | 0 | 0.48 | 0.22 | 0.15 |
| HSL | 327.69º | 0.57% | 0.64% | - |
| HSV(B) | 327.69º | 0.48% | 0.85% | - |
| XYZ | 41.18 | 29.01 | 40.48 | - |
| YUV | 149.48 | 138.46 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 112 | 168 | 0 | 0.48 | 0.22 | 0.15 | 327.69 | 0.57 | 0.64 |
| Hex | D8 | 70 | A8 | 0 | 30 | 16 | F | 148 | 39 | 40 |
| Octal | 330 | 160 | 250 | 0 | 60 | 26 | 17 | 510 | 71 | 100 |
| Binary | 11011000 | 1110000 | 10101000 | 0 | 110000 | 10110 | 1111 | 101001000 | 111001 | 1000000 |
Color Harmonies of #D870A8
Complementary color
Monochromatic Colors of #D870A8
Black with #D870A8
Text Example
Text Example
White with #D870A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D870A8; }
p { color: rgb(216,112,168); }
H1.HeaderClassName
{
color: #D870A8;
}
.AnyTagClassName
{
color: #D870A8;
}
</style>
background-color css
<style>
a { background-color: #D870A8; }
a { background-color: rgb(216,112,168); }
div.DivClassName
{
background-color: #D870A8;
}
.BgClassName
{
background-color: #D870A8;
}
</style>
border-color css
<style>
span { border-color: #D870A8; }
span { border-color: rgb(216,112,168); }
td.TdClassName
{
border-color: #D870A8;
}
.TagClassName
{
border-color: #D870A8;
}
</style>