Shades of Hopbush #DB70AE
Tints of Hopbush #DB70AE
RGB
CMYK
RGB Variations
Color information
#DB70AE (or 0xDB70AE) is known color: Hopbush. HEX triplet: DB, 70 and AE. RGB value is (219,112,174). Sum of RGB (Red+Green+Blue) = 219+112+174=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 112 (44.14% from 255 or 22.18% from 505); Blue value is 174 (68.36% from 255 or 34.46% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70AE is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70AE is #248F51. Grayscale: #969696. Windows color (decimal): -2395986 or 11432155. OLE color: 11432155.
HSL color Cylindrical-coordinate representation of color #DB70AE: hue angle of 325.23º 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 #DB70AE is Cyan = 0, Magento = 0.49, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 174 | - |
| CMYK | 0 | 0.49 | 0.21 | 0.14 |
| HSL | 325.23º | 0.6% | 0.65% | - |
| HSV(B) | 325.23º | 0.49% | 0.86% | - |
| XYZ | 42.65 | 29.7 | 43.53 | - |
| YUV | 151.06 | 140.95 | 176.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 174 | 0 | 0.49 | 0.21 | 0.14 | 325.23 | 0.6 | 0.65 |
| Hex | DB | 70 | AE | 0 | 31 | 15 | E | 145 | 3C | 41 |
| Octal | 333 | 160 | 256 | 0 | 61 | 25 | 16 | 505 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10101110 | 0 | 110001 | 10101 | 1110 | 101000101 | 111100 | 1000001 |
Color Harmonies of #DB70AE
Complementary color
Monochromatic Colors of #DB70AE
Black with #DB70AE
Text Example
Text Example
White with #DB70AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70AE; }
p { color: rgb(219,112,174); }
H1.HeaderClassName
{
color: #DB70AE;
}
.AnyTagClassName
{
color: #DB70AE;
}
</style>
background-color css
<style>
a { background-color: #DB70AE; }
a { background-color: rgb(219,112,174); }
div.DivClassName
{
background-color: #DB70AE;
}
.BgClassName
{
background-color: #DB70AE;
}
</style>
border-color css
<style>
span { border-color: #DB70AE; }
span { border-color: rgb(219,112,174); }
td.TdClassName
{
border-color: #DB70AE;
}
.TagClassName
{
border-color: #DB70AE;
}
</style>