Shades of Hopbush #D06394
Tints of Hopbush #D06394
RGB
CMYK
RGB Variations
Color information
#D06394 (or 0xD06394) is known color: Hopbush. HEX triplet: D0, 63 and 94. RGB value is (208,99,148). Sum of RGB (Red+Green+Blue) = 208+99+148=455 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.71% from 455); Green value is 99 (39.06% from 255 or 21.76% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 208 - color contains mainly: red. Hex color #D06394 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06394 is #2F9C6B. Grayscale: #898989. Windows color (decimal): -3120236 or 9724880. OLE color: 9724880.
HSL color Cylindrical-coordinate representation of color #D06394: hue angle of 333.03º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D06394 is Cyan = 0, Magento = 0.52, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 148 | - |
| CMYK | 0 | 0.52 | 0.29 | 0.18 |
| HSL | 333.03º | 0.54% | 0.6% | - |
| HSV(B) | 333.03º | 0.52% | 0.82% | - |
| XYZ | 35.82 | 24.47 | 30.85 | - |
| YUV | 137.18 | 134.11 | 178.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 148 | 0 | 0.52 | 0.29 | 0.18 | 333.03 | 0.54 | 0.6 |
| Hex | D0 | 63 | 94 | 0 | 34 | 1D | 12 | 14D | 36 | 3C |
| Octal | 320 | 143 | 224 | 0 | 64 | 35 | 22 | 515 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10010100 | 0 | 110100 | 11101 | 10010 | 101001101 | 110110 | 111100 |
Color Harmonies of #D06394
Complementary color
Monochromatic Colors of #D06394
Black with #D06394
Text Example
Text Example
White with #D06394
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06394; }
p { color: rgb(208,99,148); }
H1.HeaderClassName
{
color: #D06394;
}
.AnyTagClassName
{
color: #D06394;
}
</style>
background-color css
<style>
a { background-color: #D06394; }
a { background-color: rgb(208,99,148); }
div.DivClassName
{
background-color: #D06394;
}
.BgClassName
{
background-color: #D06394;
}
</style>
border-color css
<style>
span { border-color: #D06394; }
span { border-color: rgb(208,99,148); }
td.TdClassName
{
border-color: #D06394;
}
.TagClassName
{
border-color: #D06394;
}
</style>