Shades of Hopbush #D2608E
Tints of Hopbush #D2608E
RGB
CMYK
RGB Variations
Color information
#D2608E (or 0xD2608E) is known color: Hopbush. HEX triplet: D2, 60 and 8E. RGB value is (210,96,142). Sum of RGB (Red+Green+Blue) = 210+96+142=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 96 (37.89% from 255 or 21.43% from 448); Blue value is 142 (55.86% from 255 or 31.70% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D2608E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D2608E is #2D9F71. Grayscale: #878787. Windows color (decimal): -2989938 or 9330898. OLE color: 9330898.
HSL color Cylindrical-coordinate representation of color #D2608E: hue angle of 335.79º 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 #D2608E is Cyan = 0, Magento = 0.54, Yellow = 0.32 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 142 | - |
| CMYK | 0 | 0.54 | 0.32 | 0.18 |
| HSL | 335.79º | 0.56% | 0.6% | - |
| HSV(B) | 335.79º | 0.54% | 0.82% | - |
| XYZ | 35.64 | 24.02 | 28.35 | - |
| YUV | 135.33 | 131.77 | 181.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 142 | 0 | 0.54 | 0.32 | 0.18 | 335.79 | 0.56 | 0.6 |
| Hex | D2 | 60 | 8E | 0 | 36 | 20 | 12 | 150 | 38 | 3C |
| Octal | 322 | 140 | 216 | 0 | 66 | 40 | 22 | 520 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10001110 | 0 | 110110 | 100000 | 10010 | 101010000 | 111000 | 111100 |
Color Harmonies of #D2608E
Complementary color
Monochromatic Colors of #D2608E
Black with #D2608E
Text Example
Text Example
White with #D2608E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2608E; }
p { color: rgb(210,96,142); }
H1.HeaderClassName
{
color: #D2608E;
}
.AnyTagClassName
{
color: #D2608E;
}
</style>
background-color css
<style>
a { background-color: #D2608E; }
a { background-color: rgb(210,96,142); }
div.DivClassName
{
background-color: #D2608E;
}
.BgClassName
{
background-color: #D2608E;
}
</style>
border-color css
<style>
span { border-color: #D2608E; }
span { border-color: rgb(210,96,142); }
td.TdClassName
{
border-color: #D2608E;
}
.TagClassName
{
border-color: #D2608E;
}
</style>