Shades of Hopbush #DB65AF
Tints of Hopbush #DB65AF
RGB
CMYK
RGB Variations
Color information
#DB65AF (or 0xDB65AF) is known color: Hopbush. HEX triplet: DB, 65 and AF. RGB value is (219,101,175). Sum of RGB (Red+Green+Blue) = 219+101+175=495 (65% of max value = 765). Red value is 219 (85.94% from 255 or 44.24% from 495); Green value is 101 (39.84% from 255 or 20.40% from 495); Blue value is 175 (68.75% from 255 or 35.35% from 495); Max value from RGB is 219 - color contains mainly: red. Hex color #DB65AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB65AF is #249A50. Grayscale: #909090. Windows color (decimal): -2398801 or 11494875. OLE color: 11494875.
HSL color Cylindrical-coordinate representation of color #DB65AF: hue angle of 322.37º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #DB65AF is Cyan = 0, Magento = 0.54, Yellow = 0.20 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 101 | 175 | - |
| CMYK | 0 | 0.54 | 0.20 | 0.14 |
| HSL | 322.37º | 0.62% | 0.63% | - |
| HSV(B) | 322.37º | 0.54% | 0.86% | - |
| XYZ | 41.6 | 27.46 | 43.67 | - |
| YUV | 144.72 | 145.09 | 180.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 101 | 175 | 0 | 0.54 | 0.20 | 0.14 | 322.37 | 0.62 | 0.63 |
| Hex | DB | 65 | AF | 0 | 36 | 14 | E | 142 | 3E | 3F |
| Octal | 333 | 145 | 257 | 0 | 66 | 24 | 16 | 502 | 76 | 77 |
| Binary | 11011011 | 1100101 | 10101111 | 0 | 110110 | 10100 | 1110 | 101000010 | 111110 | 111111 |
Color Harmonies of #DB65AF
Complementary color
Monochromatic Colors of #DB65AF
Black with #DB65AF
Text Example
Text Example
White with #DB65AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB65AF; }
p { color: rgb(219,101,175); }
H1.HeaderClassName
{
color: #DB65AF;
}
.AnyTagClassName
{
color: #DB65AF;
}
</style>
background-color css
<style>
a { background-color: #DB65AF; }
a { background-color: rgb(219,101,175); }
div.DivClassName
{
background-color: #DB65AF;
}
.BgClassName
{
background-color: #DB65AF;
}
</style>
border-color css
<style>
span { border-color: #DB65AF; }
span { border-color: rgb(219,101,175); }
td.TdClassName
{
border-color: #DB65AF;
}
.TagClassName
{
border-color: #DB65AF;
}
</style>