Shades of Hopbush #D06D93
Tints of Hopbush #D06D93
RGB
CMYK
RGB Variations
Color information
#D06D93 (or 0xD06D93) is known color: Hopbush. HEX triplet: D0, 6D and 93. RGB value is (208,109,147). Sum of RGB (Red+Green+Blue) = 208+109+147=464 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.83% from 464); Green value is 109 (42.97% from 255 or 23.49% from 464); Blue value is 147 (57.81% from 255 or 31.68% from 464); Max value from RGB is 208 - color contains mainly: red. Hex color #D06D93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06D93 is #2F926C. Grayscale: #8E8E8E. Windows color (decimal): -3117677 or 9661904. OLE color: 9661904.
HSL color Cylindrical-coordinate representation of color #D06D93: hue angle of 336.97º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D06D93 is Cyan = 0, Magento = 0.48, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 109 | 147 | - |
| CMYK | 0 | 0.48 | 0.29 | 0.18 |
| HSL | 336.97º | 0.51% | 0.62% | - |
| HSV(B) | 336.97º | 0.48% | 0.82% | - |
| XYZ | 36.75 | 26.45 | 30.77 | - |
| YUV | 142.93 | 130.3 | 174.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 109 | 147 | 0 | 0.48 | 0.29 | 0.18 | 336.97 | 0.51 | 0.62 |
| Hex | D0 | 6D | 93 | 0 | 30 | 1D | 12 | 151 | 33 | 3E |
| Octal | 320 | 155 | 223 | 0 | 60 | 35 | 22 | 521 | 63 | 76 |
| Binary | 11010000 | 1101101 | 10010011 | 0 | 110000 | 11101 | 10010 | 101010001 | 110011 | 111110 |
Color Harmonies of #D06D93
Complementary color
Monochromatic Colors of #D06D93
Black with #D06D93
Text Example
Text Example
White with #D06D93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06D93; }
p { color: rgb(208,109,147); }
H1.HeaderClassName
{
color: #D06D93;
}
.AnyTagClassName
{
color: #D06D93;
}
</style>
background-color css
<style>
a { background-color: #D06D93; }
a { background-color: rgb(208,109,147); }
div.DivClassName
{
background-color: #D06D93;
}
.BgClassName
{
background-color: #D06D93;
}
</style>
border-color css
<style>
span { border-color: #D06D93; }
span { border-color: rgb(208,109,147); }
td.TdClassName
{
border-color: #D06D93;
}
.TagClassName
{
border-color: #D06D93;
}
</style>