Shades of Hopbush #DB6FAE
Tints of Hopbush #DB6FAE
RGB
CMYK
RGB Variations
Color information
#DB6FAE (or 0xDB6FAE) is known color: Hopbush. HEX triplet: DB, 6F and AE. RGB value is (219,111,174). Sum of RGB (Red+Green+Blue) = 219+111+174=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 111 (43.75% from 255 or 22.02% from 504); Blue value is 174 (68.36% from 255 or 34.52% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB6FAE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB6FAE is #249051. Grayscale: #969696. Windows color (decimal): -2396242 or 11431899. OLE color: 11431899.
HSL color Cylindrical-coordinate representation of color #DB6FAE: hue angle of 325º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DB6FAE is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 111 | 174 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.14 |
| HSL | 325º | 0.6% | 0.65% | - |
| HSV(B) | 325º | 0.49% | 0.86% | - |
| XYZ | 42.54 | 29.48 | 43.49 | - |
| YUV | 150.47 | 141.28 | 176.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 111 | 174 | 0 | 0.49 | 0.21 | 0.14 | 325 | 0.6 | 0.65 |
| Hex | DB | 6F | AE | 0 | 31 | 15 | E | 145 | 3C | 41 |
| Octal | 333 | 157 | 256 | 0 | 61 | 25 | 16 | 505 | 74 | 101 |
| Binary | 11011011 | 1101111 | 10101110 | 0 | 110001 | 10101 | 1110 | 101000101 | 111100 | 1000001 |
Color Harmonies of #DB6FAE
Complementary color
Monochromatic Colors of #DB6FAE
Black with #DB6FAE
Text Example
Text Example
White with #DB6FAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB6FAE; }
p { color: rgb(219,111,174); }
H1.HeaderClassName
{
color: #DB6FAE;
}
.AnyTagClassName
{
color: #DB6FAE;
}
</style>
background-color css
<style>
a { background-color: #DB6FAE; }
a { background-color: rgb(219,111,174); }
div.DivClassName
{
background-color: #DB6FAE;
}
.BgClassName
{
background-color: #DB6FAE;
}
</style>
border-color css
<style>
span { border-color: #DB6FAE; }
span { border-color: rgb(219,111,174); }
td.TdClassName
{
border-color: #DB6FAE;
}
.TagClassName
{
border-color: #DB6FAE;
}
</style>