Shades of Hopbush #D867A1
Tints of Hopbush #D867A1
RGB
CMYK
RGB Variations
Color information
#D867A1 (or 0xD867A1) is known color: Hopbush. HEX triplet: D8, 67 and A1. RGB value is (216,103,161). Sum of RGB (Red+Green+Blue) = 216+103+161=480 (63% of max value = 765). Red value is 216 (84.77% from 255 or 45% from 480); Green value is 103 (40.62% from 255 or 21.46% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 216 - color contains mainly: red. Hex color #D867A1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D867A1 is #27985E. Grayscale: #8F8F8F. Windows color (decimal): -2594911 or 10577880. OLE color: 10577880.
HSL color Cylindrical-coordinate representation of color #D867A1: hue angle of 329.2º 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 #D867A1 is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 103 | 161 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.15 |
| HSL | 329.2º | 0.59% | 0.63% | - |
| HSV(B) | 329.2º | 0.52% | 0.85% | - |
| XYZ | 39.6 | 26.87 | 36.82 | - |
| YUV | 143.4 | 137.94 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 103 | 161 | 0 | 0.52 | 0.25 | 0.15 | 329.2 | 0.59 | 0.63 |
| Hex | D8 | 67 | A1 | 0 | 34 | 19 | F | 149 | 3B | 3F |
| Octal | 330 | 147 | 241 | 0 | 64 | 31 | 17 | 511 | 73 | 77 |
| Binary | 11011000 | 1100111 | 10100001 | 0 | 110100 | 11001 | 1111 | 101001001 | 111011 | 111111 |
Color Harmonies of #D867A1
Complementary color
Monochromatic Colors of #D867A1
Black with #D867A1
Text Example
Text Example
White with #D867A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D867A1; }
p { color: rgb(216,103,161); }
H1.HeaderClassName
{
color: #D867A1;
}
.AnyTagClassName
{
color: #D867A1;
}
</style>
background-color css
<style>
a { background-color: #D867A1; }
a { background-color: rgb(216,103,161); }
div.DivClassName
{
background-color: #D867A1;
}
.BgClassName
{
background-color: #D867A1;
}
</style>
border-color css
<style>
span { border-color: #D867A1; }
span { border-color: rgb(216,103,161); }
td.TdClassName
{
border-color: #D867A1;
}
.TagClassName
{
border-color: #D867A1;
}
</style>