Shades of Hopbush #D26095
Tints of Hopbush #D26095
RGB
CMYK
RGB Variations
Color information
#D26095 (or 0xD26095) is known color: Hopbush. HEX triplet: D2, 60 and 95. RGB value is (210,96,149). Sum of RGB (Red+Green+Blue) = 210+96+149=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 96 (37.89% from 255 or 21.10% from 455); Blue value is 149 (58.59% from 255 or 32.75% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D26095 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26095 is #2D9F6A. Grayscale: #888888. Windows color (decimal): -2989931 or 9789650. OLE color: 9789650.
HSL color Cylindrical-coordinate representation of color #D26095: hue angle of 332.11º 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 #D26095 is Cyan = 0, Magento = 0.54, Yellow = 0.29 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 96 | 149 | - |
| CMYK | 0 | 0.54 | 0.29 | 0.18 |
| HSL | 332.11º | 0.56% | 0.6% | - |
| HSV(B) | 332.11º | 0.54% | 0.82% | - |
| XYZ | 36.19 | 24.24 | 31.2 | - |
| YUV | 136.13 | 135.27 | 180.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 96 | 149 | 0 | 0.54 | 0.29 | 0.18 | 332.11 | 0.56 | 0.6 |
| Hex | D2 | 60 | 95 | 0 | 36 | 1D | 12 | 14C | 38 | 3C |
| Octal | 322 | 140 | 225 | 0 | 66 | 35 | 22 | 514 | 70 | 74 |
| Binary | 11010010 | 1100000 | 10010101 | 0 | 110110 | 11101 | 10010 | 101001100 | 111000 | 111100 |
Color Harmonies of #D26095
Complementary color
Monochromatic Colors of #D26095
Black with #D26095
Text Example
Text Example
White with #D26095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26095; }
p { color: rgb(210,96,149); }
H1.HeaderClassName
{
color: #D26095;
}
.AnyTagClassName
{
color: #D26095;
}
</style>
background-color css
<style>
a { background-color: #D26095; }
a { background-color: rgb(210,96,149); }
div.DivClassName
{
background-color: #D26095;
}
.BgClassName
{
background-color: #D26095;
}
</style>
border-color css
<style>
span { border-color: #D26095; }
span { border-color: rgb(210,96,149); }
td.TdClassName
{
border-color: #D26095;
}
.TagClassName
{
border-color: #D26095;
}
</style>