Shades of Hopbush #D26598
Tints of Hopbush #D26598
RGB
CMYK
RGB Variations
Color information
#D26598 (or 0xD26598) is known color: Hopbush. HEX triplet: D2, 65 and 98. RGB value is (210,101,152). Sum of RGB (Red+Green+Blue) = 210+101+152=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 101 (39.84% from 255 or 21.81% from 463); Blue value is 152 (59.77% from 255 or 32.83% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D26598 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #D26598 is #2D9A67. Grayscale: #8B8B8B. Windows color (decimal): -2988648 or 9987538. OLE color: 9987538.
HSL color Cylindrical-coordinate representation of color #D26598: hue angle of 331.93º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D26598 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 101 | 152 | - |
| CMYK | 0 | 0.52 | 0.28 | 0.18 |
| HSL | 331.93º | 0.55% | 0.61% | - |
| HSV(B) | 331.93º | 0.52% | 0.82% | - |
| XYZ | 36.9 | 25.28 | 32.64 | - |
| YUV | 139.41 | 135.11 | 178.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 101 | 152 | 0 | 0.52 | 0.28 | 0.18 | 331.93 | 0.55 | 0.61 |
| Hex | D2 | 65 | 98 | 0 | 34 | 1C | 12 | 14C | 37 | 3D |
| Octal | 322 | 145 | 230 | 0 | 64 | 34 | 22 | 514 | 67 | 75 |
| Binary | 11010010 | 1100101 | 10011000 | 0 | 110100 | 11100 | 10010 | 101001100 | 110111 | 111101 |
Color Harmonies of #D26598
Complementary color
Monochromatic Colors of #D26598
Black with #D26598
Text Example
Text Example
White with #D26598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D26598; }
p { color: rgb(210,101,152); }
H1.HeaderClassName
{
color: #D26598;
}
.AnyTagClassName
{
color: #D26598;
}
</style>
background-color css
<style>
a { background-color: #D26598; }
a { background-color: rgb(210,101,152); }
div.DivClassName
{
background-color: #D26598;
}
.BgClassName
{
background-color: #D26598;
}
</style>
border-color css
<style>
span { border-color: #D26598; }
span { border-color: rgb(210,101,152); }
td.TdClassName
{
border-color: #D26598;
}
.TagClassName
{
border-color: #D26598;
}
</style>