Shades of Hopbush #D869A8
Tints of Hopbush #D869A8
RGB
CMYK
RGB Variations
Color information
#D869A8 (or 0xD869A8) is known color: Hopbush. HEX triplet: D8, 69 and A8. RGB value is (216,105,168). Sum of RGB (Red+Green+Blue) = 216+105+168=489 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.17% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 168 (66.02% from 255 or 34.36% from 489); Max value from RGB is 216 - color contains mainly: red. Hex color #D869A8 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D869A8 is #279657. Grayscale: #919191. Windows color (decimal): -2594392 or 11037144. OLE color: 11037144.
HSL color Cylindrical-coordinate representation of color #D869A8: hue angle of 325.95º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D869A8 is Cyan = 0, Magento = 0.51, Yellow = 0.22 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 105 | 168 | - |
| CMYK | 0 | 0.51 | 0.22 | 0.15 |
| HSL | 325.95º | 0.59% | 0.63% | - |
| HSV(B) | 325.95º | 0.51% | 0.85% | - |
| XYZ | 40.44 | 27.53 | 40.23 | - |
| YUV | 145.37 | 140.77 | 178.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 105 | 168 | 0 | 0.51 | 0.22 | 0.15 | 325.95 | 0.59 | 0.63 |
| Hex | D8 | 69 | A8 | 0 | 33 | 16 | F | 146 | 3B | 3F |
| Octal | 330 | 151 | 250 | 0 | 63 | 26 | 17 | 506 | 73 | 77 |
| Binary | 11011000 | 1101001 | 10101000 | 0 | 110011 | 10110 | 1111 | 101000110 | 111011 | 111111 |
Color Harmonies of #D869A8
Complementary color
Monochromatic Colors of #D869A8
Black with #D869A8
Text Example
Text Example
White with #D869A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D869A8; }
p { color: rgb(216,105,168); }
H1.HeaderClassName
{
color: #D869A8;
}
.AnyTagClassName
{
color: #D869A8;
}
</style>
background-color css
<style>
a { background-color: #D869A8; }
a { background-color: rgb(216,105,168); }
div.DivClassName
{
background-color: #D869A8;
}
.BgClassName
{
background-color: #D869A8;
}
</style>
border-color css
<style>
span { border-color: #D869A8; }
span { border-color: rgb(216,105,168); }
td.TdClassName
{
border-color: #D869A8;
}
.TagClassName
{
border-color: #D869A8;
}
</style>