Shades of Hopbush #D06F98
Tints of Hopbush #D06F98
RGB
CMYK
RGB Variations
Color information
#D06F98 (or 0xD06F98) is known color: Hopbush. HEX triplet: D0, 6F and 98. RGB value is (208,111,152). Sum of RGB (Red+Green+Blue) = 208+111+152=471 (62% of max value = 765). Red value is 208 (81.64% from 255 or 44.16% from 471); Green value is 111 (43.75% from 255 or 23.57% from 471); Blue value is 152 (59.77% from 255 or 32.27% from 471); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F98 is #2F9067. Grayscale: #909090. Windows color (decimal): -3117160 or 9990096. OLE color: 9990096.
HSL color Cylindrical-coordinate representation of color #D06F98: hue angle of 334.64º 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 #D06F98 is Cyan = 0, Magento = 0.47, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 152 | - |
| CMYK | 0 | 0.47 | 0.27 | 0.18 |
| HSL | 334.64º | 0.51% | 0.63% | - |
| HSV(B) | 334.64º | 0.47% | 0.82% | - |
| XYZ | 37.36 | 27.05 | 32.96 | - |
| YUV | 144.68 | 132.14 | 173.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 152 | 0 | 0.47 | 0.27 | 0.18 | 334.64 | 0.51 | 0.63 |
| Hex | D0 | 6F | 98 | 0 | 2F | 1B | 12 | 14F | 33 | 3F |
| Octal | 320 | 157 | 230 | 0 | 57 | 33 | 22 | 517 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10011000 | 0 | 101111 | 11011 | 10010 | 101001111 | 110011 | 111111 |
Color Harmonies of #D06F98
Complementary color
Monochromatic Colors of #D06F98
Black with #D06F98
Text Example
Text Example
White with #D06F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F98; }
p { color: rgb(208,111,152); }
H1.HeaderClassName
{
color: #D06F98;
}
.AnyTagClassName
{
color: #D06F98;
}
</style>
background-color css
<style>
a { background-color: #D06F98; }
a { background-color: rgb(208,111,152); }
div.DivClassName
{
background-color: #D06F98;
}
.BgClassName
{
background-color: #D06F98;
}
</style>
border-color css
<style>
span { border-color: #D06F98; }
span { border-color: rgb(208,111,152); }
td.TdClassName
{
border-color: #D06F98;
}
.TagClassName
{
border-color: #D06F98;
}
</style>