Shades of Hopbush #D2609B
Tints of Hopbush #D2609B
RGB
CMYK
RGB Variations
Color information
#D2609B (or 0xD2609B) is known color: Hopbush. HEX triplet: D2, 60 and 9B. RGB value is (210,96,155). Sum of RGB (Red+Green+Blue) = 210+96+155=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 96 (37.89% from 255 or 20.82% from 461); Blue value is 155 (60.94% from 255 or 33.62% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D2609B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2609B is #2D9F64. Grayscale: #888888. Windows color (decimal): -2989925 or 10182866. OLE color: 10182866.
HSL color Cylindrical-coordinate representation of color #D2609B: hue angle of 328.95º degrees, saturation: 0.56, 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 #D2609B is Cyan = 0, Magento = 0.54, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 155 | - |
| CMYK | 0 | 0.54 | 0.26 | 0.18 |
| HSL | 328.95º | 0.56% | 0.6% | - |
| HSV(B) | 328.95º | 0.54% | 0.82% | - |
| XYZ | 36.68 | 24.43 | 33.79 | - |
| YUV | 136.81 | 138.27 | 180.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 155 | 0 | 0.54 | 0.26 | 0.18 | 328.95 | 0.56 | 0.6 |
| Hex | D2 | 60 | 9B | 0 | 36 | 1A | 12 | 149 | 38 | 3C |
| Octal | 322 | 140 | 233 | 0 | 66 | 32 | 22 | 511 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10011011 | 0 | 110110 | 11010 | 10010 | 101001001 | 111000 | 111100 |
Color Harmonies of #D2609B
Complementary color
Monochromatic Colors of #D2609B
Black with #D2609B
Text Example
Text Example
White with #D2609B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2609B; }
p { color: rgb(210,96,155); }
H1.HeaderClassName
{
color: #D2609B;
}
.AnyTagClassName
{
color: #D2609B;
}
</style>
background-color css
<style>
a { background-color: #D2609B; }
a { background-color: rgb(210,96,155); }
div.DivClassName
{
background-color: #D2609B;
}
.BgClassName
{
background-color: #D2609B;
}
</style>
border-color css
<style>
span { border-color: #D2609B; }
span { border-color: rgb(210,96,155); }
td.TdClassName
{
border-color: #D2609B;
}
.TagClassName
{
border-color: #D2609B;
}
</style>