Shades of Hopbush #DB62AA
Tints of Hopbush #DB62AA
RGB
CMYK
RGB Variations
Color information
#DB62AA (or 0xDB62AA) is known color: Hopbush. HEX triplet: DB, 62 and AA. RGB value is (219,98,170). Sum of RGB (Red+Green+Blue) = 219+98+170=487 (64% of max value = 765). Red value is 219 (85.94% from 255 or 44.97% from 487); Green value is 98 (38.67% from 255 or 20.12% from 487); Blue value is 170 (66.80% from 255 or 34.91% from 487); Max value from RGB is 219 - color contains mainly: red. Hex color #DB62AA is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB62AA is #249D55. Grayscale: #8E8E8E. Windows color (decimal): -2399574 or 11166427. OLE color: 11166427.
HSL color Cylindrical-coordinate representation of color #DB62AA: hue angle of 324.3º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DB62AA is Cyan = 0, Magento = 0.55, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 98 | 170 | - |
| CMYK | 0 | 0.55 | 0.22 | 0.14 |
| HSL | 324.3º | 0.63% | 0.62% | - |
| HSV(B) | 324.3º | 0.55% | 0.86% | - |
| XYZ | 40.84 | 26.7 | 41.03 | - |
| YUV | 142.39 | 143.59 | 182.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 98 | 170 | 0 | 0.55 | 0.22 | 0.14 | 324.3 | 0.63 | 0.62 |
| Hex | DB | 62 | AA | 0 | 37 | 16 | E | 144 | 3F | 3E |
| Octal | 333 | 142 | 252 | 0 | 67 | 26 | 16 | 504 | 77 | 76 |
| Binary | 11011011 | 1100010 | 10101010 | 0 | 110111 | 10110 | 1110 | 101000100 | 111111 | 111110 |
Color Harmonies of #DB62AA
Complementary color
Monochromatic Colors of #DB62AA
Black with #DB62AA
Text Example
Text Example
White with #DB62AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB62AA; }
p { color: rgb(219,98,170); }
H1.HeaderClassName
{
color: #DB62AA;
}
.AnyTagClassName
{
color: #DB62AA;
}
</style>
background-color css
<style>
a { background-color: #DB62AA; }
a { background-color: rgb(219,98,170); }
div.DivClassName
{
background-color: #DB62AA;
}
.BgClassName
{
background-color: #DB62AA;
}
</style>
border-color css
<style>
span { border-color: #DB62AA; }
span { border-color: rgb(219,98,170); }
td.TdClassName
{
border-color: #DB62AA;
}
.TagClassName
{
border-color: #DB62AA;
}
</style>