Shades of Hopbush #D06390
Tints of Hopbush #D06390
RGB
CMYK
RGB Variations
Color information
#D06390 (or 0xD06390) is known color: Hopbush. HEX triplet: D0, 63 and 90. RGB value is (208,99,144). Sum of RGB (Red+Green+Blue) = 208+99+144=451 (59% of max value = 765). Red value is 208 (81.64% from 255 or 46.12% from 451); Green value is 99 (39.06% from 255 or 21.95% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 208 - color contains mainly: red. Hex color #D06390 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D06390 is #2F9C6F. Grayscale: #888888. Windows color (decimal): -3120240 or 9462736. OLE color: 9462736.
HSL color Cylindrical-coordinate representation of color #D06390: hue angle of 335.23º 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 #D06390 is Cyan = 0, Magento = 0.52, Yellow = 0.31 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 144 | - |
| CMYK | 0 | 0.52 | 0.31 | 0.18 |
| HSL | 335.23º | 0.54% | 0.6% | - |
| HSV(B) | 335.23º | 0.52% | 0.82% | - |
| XYZ | 35.51 | 24.35 | 29.21 | - |
| YUV | 136.72 | 132.11 | 178.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 144 | 0 | 0.52 | 0.31 | 0.18 | 335.23 | 0.54 | 0.6 |
| Hex | D0 | 63 | 90 | 0 | 34 | 1F | 12 | 14F | 36 | 3C |
| Octal | 320 | 143 | 220 | 0 | 64 | 37 | 22 | 517 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10010000 | 0 | 110100 | 11111 | 10010 | 101001111 | 110110 | 111100 |
Color Harmonies of #D06390
Complementary color
Monochromatic Colors of #D06390
Black with #D06390
Text Example
Text Example
White with #D06390
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D06390; }
p { color: rgb(208,99,144); }
H1.HeaderClassName
{
color: #D06390;
}
.AnyTagClassName
{
color: #D06390;
}
</style>
background-color css
<style>
a { background-color: #D06390; }
a { background-color: rgb(208,99,144); }
div.DivClassName
{
background-color: #D06390;
}
.BgClassName
{
background-color: #D06390;
}
</style>
border-color css
<style>
span { border-color: #D06390; }
span { border-color: rgb(208,99,144); }
td.TdClassName
{
border-color: #D06390;
}
.TagClassName
{
border-color: #D06390;
}
</style>