Shades of Hopbush #D26F98
Tints of Hopbush #D26F98
RGB
CMYK
RGB Variations
Color information
#D26F98 (or 0xD26F98) is known color: Hopbush. HEX triplet: D2, 6F and 98. RGB value is (210,111,152). Sum of RGB (Red+Green+Blue) = 210+111+152=473 (62% of max value = 765). Red value is 210 (82.42% from 255 or 44.40% from 473); Green value is 111 (43.75% from 255 or 23.47% from 473); Blue value is 152 (59.77% from 255 or 32.14% from 473); Max value from RGB is 210 - color contains mainly: red. Hex color #D26F98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26F98 is #2D9067. Grayscale: #919191. Windows color (decimal): -2986088 or 9990098. OLE color: 9990098.
HSL color Cylindrical-coordinate representation of color #D26F98: hue angle of 335.15º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D26F98 is Cyan = 0, Magento = 0.47, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 111 | 152 | - |
| CMYK | 0 | 0.47 | 0.28 | 0.18 |
| HSL | 335.15º | 0.52% | 0.63% | - |
| HSV(B) | 335.15º | 0.47% | 0.82% | - |
| XYZ | 37.93 | 27.34 | 32.98 | - |
| YUV | 145.28 | 131.8 | 174.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 111 | 152 | 0 | 0.47 | 0.28 | 0.18 | 335.15 | 0.52 | 0.63 |
| Hex | D2 | 6F | 98 | 0 | 2F | 1C | 12 | 14F | 34 | 3F |
| Octal | 322 | 157 | 230 | 0 | 57 | 34 | 22 | 517 | 64 | 77 |
| Binary | 11010010 | 1101111 | 10011000 | 0 | 101111 | 11100 | 10010 | 101001111 | 110100 | 111111 |
Color Harmonies of #D26F98
Complementary color
Monochromatic Colors of #D26F98
Black with #D26F98
Text Example
Text Example
White with #D26F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26F98; }
p { color: rgb(210,111,152); }
H1.HeaderClassName
{
color: #D26F98;
}
.AnyTagClassName
{
color: #D26F98;
}
</style>
background-color css
<style>
a { background-color: #D26F98; }
a { background-color: rgb(210,111,152); }
div.DivClassName
{
background-color: #D26F98;
}
.BgClassName
{
background-color: #D26F98;
}
</style>
border-color css
<style>
span { border-color: #D26F98; }
span { border-color: rgb(210,111,152); }
td.TdClassName
{
border-color: #D26F98;
}
.TagClassName
{
border-color: #D26F98;
}
</style>