Shades of Hopbush #DB5A98
Tints of Hopbush #DB5A98
RGB
CMYK
RGB Variations
Color information
#DB5A98 (or 0xDB5A98) is known color: Hopbush. HEX triplet: DB, 5A and 98. RGB value is (219,90,152). Sum of RGB (Red+Green+Blue) = 219+90+152=461 (61% of max value = 765). Red value is 219 (85.94% from 255 or 47.51% from 461); Green value is 90 (35.55% from 255 or 19.52% from 461); Blue value is 152 (59.77% from 255 or 32.97% from 461); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5A98 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB5A98 is #24A567. Grayscale: #878787. Windows color (decimal): -2401640 or 9984731. OLE color: 9984731.
HSL color Cylindrical-coordinate representation of color #DB5A98: hue angle of 331.16º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #DB5A98 is Cyan = 0, Magento = 0.59, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 90 | 152 | - |
| CMYK | 0 | 0.59 | 0.31 | 0.14 |
| HSL | 331.16º | 0.64% | 0.61% | - |
| HSV(B) | 331.16º | 0.59% | 0.86% | - |
| XYZ | 38.54 | 24.64 | 32.43 | - |
| YUV | 135.64 | 137.24 | 187.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 90 | 152 | 0 | 0.59 | 0.31 | 0.14 | 331.16 | 0.64 | 0.61 |
| Hex | DB | 5A | 98 | 0 | 3B | 1F | E | 14B | 40 | 3D |
| Octal | 333 | 132 | 230 | 0 | 73 | 37 | 16 | 513 | 100 | 75 |
| Binary | 11011011 | 1011010 | 10011000 | 0 | 111011 | 11111 | 1110 | 101001011 | 1000000 | 111101 |
Color Harmonies of #DB5A98
Complementary color
Monochromatic Colors of #DB5A98
Black with #DB5A98
Text Example
Text Example
White with #DB5A98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB5A98; }
p { color: rgb(219,90,152); }
H1.HeaderClassName
{
color: #DB5A98;
}
.AnyTagClassName
{
color: #DB5A98;
}
</style>
background-color css
<style>
a { background-color: #DB5A98; }
a { background-color: rgb(219,90,152); }
div.DivClassName
{
background-color: #DB5A98;
}
.BgClassName
{
background-color: #DB5A98;
}
</style>
border-color css
<style>
span { border-color: #DB5A98; }
span { border-color: rgb(219,90,152); }
td.TdClassName
{
border-color: #DB5A98;
}
.TagClassName
{
border-color: #DB5A98;
}
</style>