Shades of Hopbush #D26E98
Tints of Hopbush #D26E98
RGB
CMYK
RGB Variations
Color information
#D26E98 (or 0xD26E98) is known color: Hopbush. HEX triplet: D2, 6E and 98. RGB value is (210,110,152). Sum of RGB (Red+Green+Blue) = 210+110+152=472 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.49% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 152 (59.77% from 255 or 32.20% from 472); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26E98 is #2D9167. Grayscale: #909090. Windows color (decimal): -2986344 or 9989842. OLE color: 9989842.
HSL color Cylindrical-coordinate representation of color #D26E98: hue angle of 334.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D26E98 is Cyan = 0, Magento = 0.48, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 152 | - |
| CMYK | 0 | 0.48 | 0.28 | 0.18 |
| HSL | 334.8º | 0.53% | 0.63% | - |
| HSV(B) | 334.8º | 0.48% | 0.82% | - |
| XYZ | 37.82 | 27.12 | 32.95 | - |
| YUV | 144.69 | 132.13 | 174.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 152 | 0 | 0.48 | 0.28 | 0.18 | 334.8 | 0.53 | 0.63 |
| Hex | D2 | 6E | 98 | 0 | 30 | 1C | 12 | 14F | 35 | 3F |
| Octal | 322 | 156 | 230 | 0 | 60 | 34 | 22 | 517 | 65 | 77 |
| Binary | 11010010 | 1101110 | 10011000 | 0 | 110000 | 11100 | 10010 | 101001111 | 110101 | 111111 |
Color Harmonies of #D26E98
Complementary color
Monochromatic Colors of #D26E98
Black with #D26E98
Text Example
Text Example
White with #D26E98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E98; }
p { color: rgb(210,110,152); }
H1.HeaderClassName
{
color: #D26E98;
}
.AnyTagClassName
{
color: #D26E98;
}
</style>
background-color css
<style>
a { background-color: #D26E98; }
a { background-color: rgb(210,110,152); }
div.DivClassName
{
background-color: #D26E98;
}
.BgClassName
{
background-color: #D26E98;
}
</style>
border-color css
<style>
span { border-color: #D26E98; }
span { border-color: rgb(210,110,152); }
td.TdClassName
{
border-color: #D26E98;
}
.TagClassName
{
border-color: #D26E98;
}
</style>