Shades of Hopbush #D0639F
Tints of Hopbush #D0639F
RGB
CMYK
RGB Variations
Color information
#D0639F (or 0xD0639F) is known color: Hopbush. HEX triplet: D0, 63 and 9F. RGB value is (208,99,159). Sum of RGB (Red+Green+Blue) = 208+99+159=466 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.64% from 466); Green value is 99 (39.06% from 255 or 21.24% from 466); Blue value is 159 (62.5% from 255 or 34.12% from 466); Max value from RGB is 208 - color contains mainly: red. Hex color #D0639F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0639F is #2F9C60. Grayscale: #8A8A8A. Windows color (decimal): -3120225 or 10445776. OLE color: 10445776.
HSL color Cylindrical-coordinate representation of color #D0639F: hue angle of 326.97º 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 #D0639F is Cyan = 0, Magento = 0.52, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 99 | 159 | - |
| CMYK | 0 | 0.52 | 0.24 | 0.18 |
| HSL | 326.97º | 0.54% | 0.6% | - |
| HSV(B) | 326.97º | 0.52% | 0.82% | - |
| XYZ | 36.73 | 24.84 | 35.66 | - |
| YUV | 138.43 | 139.61 | 177.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 99 | 159 | 0 | 0.52 | 0.24 | 0.18 | 326.97 | 0.54 | 0.6 |
| Hex | D0 | 63 | 9F | 0 | 34 | 18 | 12 | 147 | 36 | 3C |
| Octal | 320 | 143 | 237 | 0 | 64 | 30 | 22 | 507 | 66 | 74 |
| Binary | 11010000 | 1100011 | 10011111 | 0 | 110100 | 11000 | 10010 | 101000111 | 110110 | 111100 |
Color Harmonies of #D0639F
Complementary color
Monochromatic Colors of #D0639F
Black with #D0639F
Text Example
Text Example
White with #D0639F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0639F; }
p { color: rgb(208,99,159); }
H1.HeaderClassName
{
color: #D0639F;
}
.AnyTagClassName
{
color: #D0639F;
}
</style>
background-color css
<style>
a { background-color: #D0639F; }
a { background-color: rgb(208,99,159); }
div.DivClassName
{
background-color: #D0639F;
}
.BgClassName
{
background-color: #D0639F;
}
</style>
border-color css
<style>
span { border-color: #D0639F; }
span { border-color: rgb(208,99,159); }
td.TdClassName
{
border-color: #D0639F;
}
.TagClassName
{
border-color: #D0639F;
}
</style>