Shades of Hopbush #DB70AF
Tints of Hopbush #DB70AF
RGB
CMYK
RGB Variations
Color information
#DB70AF (or 0xDB70AF) is known color: Hopbush. HEX triplet: DB, 70 and AF. RGB value is (219,112,175). Sum of RGB (Red+Green+Blue) = 219+112+175=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 112 (44.14% from 255 or 22.13% from 506); Blue value is 175 (68.75% from 255 or 34.58% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB70AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB70AF is #248F50. Grayscale: #979797. Windows color (decimal): -2395985 or 11497691. OLE color: 11497691.
HSL color Cylindrical-coordinate representation of color #DB70AF: hue angle of 324.67º 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 #DB70AF is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 112 | 175 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.14 |
| HSL | 324.67º | 0.6% | 0.65% | - |
| HSV(B) | 324.67º | 0.49% | 0.86% | - |
| XYZ | 42.75 | 29.74 | 44.05 | - |
| YUV | 151.18 | 141.45 | 176.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 112 | 175 | 0 | 0.49 | 0.20 | 0.14 | 324.67 | 0.6 | 0.65 |
| Hex | DB | 70 | AF | 0 | 31 | 14 | E | 145 | 3C | 41 |
| Octal | 333 | 160 | 257 | 0 | 61 | 24 | 16 | 505 | 74 | 101 |
| Binary | 11011011 | 1110000 | 10101111 | 0 | 110001 | 10100 | 1110 | 101000101 | 111100 | 1000001 |
Color Harmonies of #DB70AF
Complementary color
Monochromatic Colors of #DB70AF
Black with #DB70AF
Text Example
Text Example
White with #DB70AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB70AF; }
p { color: rgb(219,112,175); }
H1.HeaderClassName
{
color: #DB70AF;
}
.AnyTagClassName
{
color: #DB70AF;
}
</style>
background-color css
<style>
a { background-color: #DB70AF; }
a { background-color: rgb(219,112,175); }
div.DivClassName
{
background-color: #DB70AF;
}
.BgClassName
{
background-color: #DB70AF;
}
</style>
border-color css
<style>
span { border-color: #DB70AF; }
span { border-color: rgb(219,112,175); }
td.TdClassName
{
border-color: #DB70AF;
}
.TagClassName
{
border-color: #DB70AF;
}
</style>