Shades of Hopbush #D06F93
Tints of Hopbush #D06F93
RGB
CMYK
RGB Variations
Color information
#D06F93 (or 0xD06F93) is known color: Hopbush. HEX triplet: D0, 6F and 93. RGB value is (208,111,147). Sum of RGB (Red+Green+Blue) = 208+111+147=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 111 (43.75% from 255 or 23.82% from 466); Blue value is 147 (57.81% from 255 or 31.55% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D06F93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06F93 is #2F906C. Grayscale: #909090. Windows color (decimal): -3117165 or 9662416. OLE color: 9662416.
HSL color Cylindrical-coordinate representation of color #D06F93: hue angle of 337.73º 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 #D06F93 is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 111 | 147 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.18 |
| HSL | 337.73º | 0.51% | 0.63% | - |
| HSV(B) | 337.73º | 0.47% | 0.82% | - |
| XYZ | 36.96 | 26.89 | 30.84 | - |
| YUV | 144.11 | 129.64 | 173.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 111 | 147 | 0 | 0.47 | 0.29 | 0.18 | 337.73 | 0.51 | 0.63 |
| Hex | D0 | 6F | 93 | 0 | 2F | 1D | 12 | 152 | 33 | 3F |
| Octal | 320 | 157 | 223 | 0 | 57 | 35 | 22 | 522 | 63 | 77 |
| Binary | 11010000 | 1101111 | 10010011 | 0 | 101111 | 11101 | 10010 | 101010010 | 110011 | 111111 |
Color Harmonies of #D06F93
Complementary color
Monochromatic Colors of #D06F93
Black with #D06F93
Text Example
Text Example
White with #D06F93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06F93; }
p { color: rgb(208,111,147); }
H1.HeaderClassName
{
color: #D06F93;
}
.AnyTagClassName
{
color: #D06F93;
}
</style>
background-color css
<style>
a { background-color: #D06F93; }
a { background-color: rgb(208,111,147); }
div.DivClassName
{
background-color: #D06F93;
}
.BgClassName
{
background-color: #D06F93;
}
</style>
border-color css
<style>
span { border-color: #D06F93; }
span { border-color: rgb(208,111,147); }
td.TdClassName
{
border-color: #D06F93;
}
.TagClassName
{
border-color: #D06F93;
}
</style>