Shades of Hopbush #D26294
Tints of Hopbush #D26294
RGB
CMYK
RGB Variations
Color information
#D26294 (or 0xD26294) is known color: Hopbush. HEX triplet: D2, 62 and 94. RGB value is (210,98,148). Sum of RGB (Red+Green+Blue) = 210+98+148=456 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.05% from 456); Green value is 98 (38.67% from 255 or 21.49% from 456); Blue value is 148 (58.20% from 255 or 32.46% from 456); Max value from RGB is 210 - color contains mainly: red. Hex color #D26294 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26294 is #2D9D6B. Grayscale: #898989. Windows color (decimal): -2989420 or 9724626. OLE color: 9724626.
HSL color Cylindrical-coordinate representation of color #D26294: hue angle of 333.21º degrees, saturation: 0.55, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D26294 is Cyan = 0, Magento = 0.53, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 98 | 148 | - |
| CMYK | 0 | 0.53 | 0.30 | 0.18 |
| HSL | 333.21º | 0.55% | 0.6% | - |
| HSV(B) | 333.21º | 0.53% | 0.82% | - |
| XYZ | 36.29 | 24.58 | 30.85 | - |
| YUV | 137.19 | 134.11 | 179.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 98 | 148 | 0 | 0.53 | 0.30 | 0.18 | 333.21 | 0.55 | 0.6 |
| Hex | D2 | 62 | 94 | 0 | 35 | 1E | 12 | 14D | 37 | 3C |
| Octal | 322 | 142 | 224 | 0 | 65 | 36 | 22 | 515 | 67 | 74 |
| Binary | 11010010 | 1100010 | 10010100 | 0 | 110101 | 11110 | 10010 | 101001101 | 110111 | 111100 |
Color Harmonies of #D26294
Complementary color
Monochromatic Colors of #D26294
Black with #D26294
Text Example
Text Example
White with #D26294
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26294; }
p { color: rgb(210,98,148); }
H1.HeaderClassName
{
color: #D26294;
}
.AnyTagClassName
{
color: #D26294;
}
</style>
background-color css
<style>
a { background-color: #D26294; }
a { background-color: rgb(210,98,148); }
div.DivClassName
{
background-color: #D26294;
}
.BgClassName
{
background-color: #D26294;
}
</style>
border-color css
<style>
span { border-color: #D26294; }
span { border-color: rgb(210,98,148); }
td.TdClassName
{
border-color: #D26294;
}
.TagClassName
{
border-color: #D26294;
}
</style>