Shades of Hopbush #D0609A
Tints of Hopbush #D0609A
RGB
CMYK
RGB Variations
Color information
#D0609A (or 0xD0609A) is known color: Hopbush. HEX triplet: D0, 60 and 9A. RGB value is (208,96,154). Sum of RGB (Red+Green+Blue) = 208+96+154=458 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.41% from 458); Green value is 96 (37.89% from 255 or 20.96% from 458); Blue value is 154 (60.55% from 255 or 33.62% from 458); Max value from RGB is 208 - color contains mainly: red. Hex color #D0609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0609A is #2F9F65. Grayscale: #878787. Windows color (decimal): -3120998 or 10117328. OLE color: 10117328.
HSL color Cylindrical-coordinate representation of color #D0609A: hue angle of 328.93º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D0609A is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 154 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.18 |
| HSL | 328.93º | 0.54% | 0.6% | - |
| HSV(B) | 328.93º | 0.54% | 0.82% | - |
| XYZ | 36.03 | 24.11 | 33.33 | - |
| YUV | 136.1 | 138.11 | 179.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 154 | 0 | 0.54 | 0.26 | 0.18 | 328.93 | 0.54 | 0.6 |
| Hex | D0 | 60 | 9A | 0 | 36 | 1A | 12 | 149 | 36 | 3C |
| Octal | 320 | 140 | 232 | 0 | 66 | 32 | 22 | 511 | 66 | 74 |
| Binary | 11010000 | 1100000 | 10011010 | 0 | 110110 | 11010 | 10010 | 101001001 | 110110 | 111100 |
Color Harmonies of #D0609A
Complementary color
Monochromatic Colors of #D0609A
Black with #D0609A
Text Example
Text Example
White with #D0609A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0609A; }
p { color: rgb(208,96,154); }
H1.HeaderClassName
{
color: #D0609A;
}
.AnyTagClassName
{
color: #D0609A;
}
</style>
background-color css
<style>
a { background-color: #D0609A; }
a { background-color: rgb(208,96,154); }
div.DivClassName
{
background-color: #D0609A;
}
.BgClassName
{
background-color: #D0609A;
}
</style>
border-color css
<style>
span { border-color: #D0609A; }
span { border-color: rgb(208,96,154); }
td.TdClassName
{
border-color: #D0609A;
}
.TagClassName
{
border-color: #D0609A;
}
</style>