Shades of Hopbush #D2608B
Tints of Hopbush #D2608B
RGB
CMYK
RGB Variations
Color information
#D2608B (or 0xD2608B) is known color: Hopbush. HEX triplet: D2, 60 and 8B. RGB value is (210,96,139). Sum of RGB (Red+Green+Blue) = 210+96+139=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 96 (37.89% from 255 or 21.57% from 445); Blue value is 139 (54.69% from 255 or 31.24% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D2608B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2608B is #2D9F74. Grayscale: #868686. Windows color (decimal): -2989941 or 9134290. OLE color: 9134290.
HSL color Cylindrical-coordinate representation of color #D2608B: hue angle of 337.37º 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 #D2608B is Cyan = 0, Magento = 0.54, Yellow = 0.34 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 139 | - |
| CMYK | 0 | 0.54 | 0.34 | 0.18 |
| HSL | 337.37º | 0.56% | 0.6% | - |
| HSV(B) | 337.37º | 0.54% | 0.82% | - |
| XYZ | 35.42 | 23.93 | 27.18 | - |
| YUV | 134.99 | 130.27 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 139 | 0 | 0.54 | 0.34 | 0.18 | 337.37 | 0.56 | 0.6 |
| Hex | D2 | 60 | 8B | 0 | 36 | 22 | 12 | 151 | 38 | 3C |
| Octal | 322 | 140 | 213 | 0 | 66 | 42 | 22 | 521 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10001011 | 0 | 110110 | 100010 | 10010 | 101010001 | 111000 | 111100 |
Color Harmonies of #D2608B
Complementary color
Monochromatic Colors of #D2608B
Black with #D2608B
Text Example
Text Example
White with #D2608B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2608B; }
p { color: rgb(210,96,139); }
H1.HeaderClassName
{
color: #D2608B;
}
.AnyTagClassName
{
color: #D2608B;
}
</style>
background-color css
<style>
a { background-color: #D2608B; }
a { background-color: rgb(210,96,139); }
div.DivClassName
{
background-color: #D2608B;
}
.BgClassName
{
background-color: #D2608B;
}
</style>
border-color css
<style>
span { border-color: #D2608B; }
span { border-color: rgb(210,96,139); }
td.TdClassName
{
border-color: #D2608B;
}
.TagClassName
{
border-color: #D2608B;
}
</style>