Shades of Hopbush #D0609C
Tints of Hopbush #D0609C
RGB
CMYK
RGB Variations
Color information
#D0609C (or 0xD0609C) is known color: Hopbush. HEX triplet: D0, 60 and 9C. RGB value is (208,96,156). Sum of RGB (Red+Green+Blue) = 208+96+156=460 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.22% from 460); Green value is 96 (37.89% from 255 or 20.87% from 460); Blue value is 156 (61.33% from 255 or 33.91% from 460); Max value from RGB is 208 - color contains mainly: red. Hex color #D0609C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D0609C is #2F9F63. Grayscale: #888888. Windows color (decimal): -3120996 or 10248400. OLE color: 10248400.
HSL color Cylindrical-coordinate representation of color #D0609C: hue angle of 327.86º 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 #D0609C is Cyan = 0, Magento = 0.54, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 96 | 156 | - |
| CMYK | 0 | 0.54 | 0.25 | 0.18 |
| HSL | 327.86º | 0.54% | 0.6% | - |
| HSV(B) | 327.86º | 0.54% | 0.82% | - |
| XYZ | 36.2 | 24.18 | 34.21 | - |
| YUV | 136.33 | 139.11 | 179.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 96 | 156 | 0 | 0.54 | 0.25 | 0.18 | 327.86 | 0.54 | 0.6 |
| Hex | D0 | 60 | 9C | 0 | 36 | 19 | 12 | 148 | 36 | 3C |
| Octal | 320 | 140 | 234 | 0 | 66 | 31 | 22 | 510 | 66 | 74 |
| Binary | 11010000 | 1100000 | 10011100 | 0 | 110110 | 11001 | 10010 | 101001000 | 110110 | 111100 |
Color Harmonies of #D0609C
Complementary color
Monochromatic Colors of #D0609C
Black with #D0609C
Text Example
Text Example
White with #D0609C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0609C; }
p { color: rgb(208,96,156); }
H1.HeaderClassName
{
color: #D0609C;
}
.AnyTagClassName
{
color: #D0609C;
}
</style>
background-color css
<style>
a { background-color: #D0609C; }
a { background-color: rgb(208,96,156); }
div.DivClassName
{
background-color: #D0609C;
}
.BgClassName
{
background-color: #D0609C;
}
</style>
border-color css
<style>
span { border-color: #D0609C; }
span { border-color: rgb(208,96,156); }
td.TdClassName
{
border-color: #D0609C;
}
.TagClassName
{
border-color: #D0609C;
}
</style>