Shades of Hopbush #D06FA1
Tints of Hopbush #D06FA1
RGB
CMYK
RGB Variations
Color information
#D06FA1 (or 0xD06FA1) is known color: Hopbush. HEX triplet: D0, 6F and A1. RGB value is (208,111,161). Sum of RGB (Red+Green+Blue) = 208+111+161=480 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.33% from 480); Green value is 111 (43.75% from 255 or 23.12% from 480); Blue value is 161 (63.28% from 255 or 33.54% from 480); Max value from RGB is 208 - color contains mainly: red. Hex color #D06FA1 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06FA1 is #2F905E. Grayscale: #919191. Windows color (decimal): -3117151 or 10579920. OLE color: 10579920.
HSL color Cylindrical-coordinate representation of color #D06FA1: hue angle of 329.07º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D06FA1 is Cyan = 0, Magento = 0.47, Yellow = 0.23 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 161 | - |
| CMYK | 0 | 0.47 | 0.23 | 0.18 |
| HSL | 329.07º | 0.51% | 0.63% | - |
| HSV(B) | 329.07º | 0.47% | 0.82% | - |
| XYZ | 38.13 | 27.35 | 36.99 | - |
| YUV | 145.7 | 136.64 | 172.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 161 | 0 | 0.47 | 0.23 | 0.18 | 329.07 | 0.51 | 0.63 |
| Hex | D0 | 6F | A1 | 0 | 2F | 17 | 12 | 149 | 33 | 3F |
| Octal | 320 | 157 | 241 | 0 | 57 | 27 | 22 | 511 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10100001 | 0 | 101111 | 10111 | 10010 | 101001001 | 110011 | 111111 |
Color Harmonies of #D06FA1
Complementary color
Monochromatic Colors of #D06FA1
Black with #D06FA1
Text Example
Text Example
White with #D06FA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06FA1; }
p { color: rgb(208,111,161); }
H1.HeaderClassName
{
color: #D06FA1;
}
.AnyTagClassName
{
color: #D06FA1;
}
</style>
background-color css
<style>
a { background-color: #D06FA1; }
a { background-color: rgb(208,111,161); }
div.DivClassName
{
background-color: #D06FA1;
}
.BgClassName
{
background-color: #D06FA1;
}
</style>
border-color css
<style>
span { border-color: #D06FA1; }
span { border-color: rgb(208,111,161); }
td.TdClassName
{
border-color: #D06FA1;
}
.TagClassName
{
border-color: #D06FA1;
}
</style>