Shades of Hopbush #D26E93
Tints of Hopbush #D26E93
RGB
CMYK
RGB Variations
Color information
#D26E93 (or 0xD26E93) is known color: Hopbush. HEX triplet: D2, 6E and 93. RGB value is (210,110,147). Sum of RGB (Red+Green+Blue) = 210+110+147=467 (61% of max value = 765). Red value is 210 (82.42% from 255 or 44.97% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 147 (57.81% from 255 or 31.48% from 467); Max value from RGB is 210 - color contains mainly: red. Hex color #D26E93 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26E93 is #2D916C. Grayscale: #909090. Windows color (decimal): -2986349 or 9662162. OLE color: 9662162.
HSL color Cylindrical-coordinate representation of color #D26E93: hue angle of 337.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 #D26E93 is Cyan = 0, Magento = 0.48, Yellow = 0.30 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 110 | 147 | - |
| CMYK | 0 | 0.48 | 0.30 | 0.18 |
| HSL | 337.8º | 0.53% | 0.63% | - |
| HSV(B) | 337.8º | 0.48% | 0.82% | - |
| XYZ | 37.42 | 26.96 | 30.84 | - |
| YUV | 144.12 | 129.63 | 174.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 110 | 147 | 0 | 0.48 | 0.30 | 0.18 | 337.8 | 0.53 | 0.63 |
| Hex | D2 | 6E | 93 | 0 | 30 | 1E | 12 | 152 | 35 | 3F |
| Octal | 322 | 156 | 223 | 0 | 60 | 36 | 22 | 522 | 65 | 77 |
| Binary | 11010010 | 1101110 | 10010011 | 0 | 110000 | 11110 | 10010 | 101010010 | 110101 | 111111 |
Color Harmonies of #D26E93
Complementary color
Monochromatic Colors of #D26E93
Black with #D26E93
Text Example
Text Example
White with #D26E93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26E93; }
p { color: rgb(210,110,147); }
H1.HeaderClassName
{
color: #D26E93;
}
.AnyTagClassName
{
color: #D26E93;
}
</style>
background-color css
<style>
a { background-color: #D26E93; }
a { background-color: rgb(210,110,147); }
div.DivClassName
{
background-color: #D26E93;
}
.BgClassName
{
background-color: #D26E93;
}
</style>
border-color css
<style>
span { border-color: #D26E93; }
span { border-color: rgb(210,110,147); }
td.TdClassName
{
border-color: #D26E93;
}
.TagClassName
{
border-color: #D26E93;
}
</style>