Shades of Hopbush #D867A8
Tints of Hopbush #D867A8
RGB
CMYK
RGB Variations
Color information
#D867A8 (or 0xD867A8) is known color: Hopbush. HEX triplet: D8, 67 and A8. RGB value is (216,103,168). Sum of RGB (Red+Green+Blue) = 216+103+168=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 103 (40.62% from 255 or 21.15% from 487); Blue value is 168 (66.02% from 255 or 34.50% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D867A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D867A8 is #279857. Grayscale: #909090. Windows color (decimal): -2594904 or 11036632. OLE color: 11036632.
HSL color Cylindrical-coordinate representation of color #D867A8: hue angle of 325.49º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D867A8 is Cyan = 0, Magento = 0.52, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 168 | - |
| CMYK | 0 | 0.52 | 0.22 | 0.15 |
| HSL | 325.49º | 0.59% | 0.63% | - |
| HSV(B) | 325.49º | 0.52% | 0.85% | - |
| XYZ | 40.24 | 27.13 | 40.16 | - |
| YUV | 144.2 | 141.44 | 179.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 168 | 0 | 0.52 | 0.22 | 0.15 | 325.49 | 0.59 | 0.63 |
| Hex | D8 | 67 | A8 | 0 | 34 | 16 | F | 145 | 3B | 3F |
| Octal | 330 | 147 | 250 | 0 | 64 | 26 | 17 | 505 | 73 | 77 |
| Binary | 11011000 | 1100111 | 10101000 | 0 | 110100 | 10110 | 1111 | 101000101 | 111011 | 111111 |
Color Harmonies of #D867A8
Complementary color
Monochromatic Colors of #D867A8
Black with #D867A8
Text Example
Text Example
White with #D867A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867A8; }
p { color: rgb(216,103,168); }
H1.HeaderClassName
{
color: #D867A8;
}
.AnyTagClassName
{
color: #D867A8;
}
</style>
background-color css
<style>
a { background-color: #D867A8; }
a { background-color: rgb(216,103,168); }
div.DivClassName
{
background-color: #D867A8;
}
.BgClassName
{
background-color: #D867A8;
}
</style>
border-color css
<style>
span { border-color: #D867A8; }
span { border-color: rgb(216,103,168); }
td.TdClassName
{
border-color: #D867A8;
}
.TagClassName
{
border-color: #D867A8;
}
</style>