Shades of Hopbush #DB66A2
Tints of Hopbush #DB66A2
RGB
CMYK
RGB Variations
Color information
#DB66A2 (or 0xDB66A2) is known color: Hopbush. HEX triplet: DB, 66 and A2. RGB value is (219,102,162). Sum of RGB (Red+Green+Blue) = 219+102+162=483 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.34% from 483); Green value is 102 (40.23% from 255 or 21.12% from 483); Blue value is 162 (63.67% from 255 or 33.54% from 483); Max value from RGB is 219 - color contains mainly: red. Hex color #DB66A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DB66A2 is #24995D. Grayscale: #8F8F8F. Windows color (decimal): -2398558 or 10643163. OLE color: 10643163.
HSL color Cylindrical-coordinate representation of color #DB66A2: hue angle of 329.23º degrees, saturation: 0.62, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #DB66A2 is Cyan = 0, Magento = 0.53, Yellow = 0.26 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 102 | 162 | - |
CMYK | 0 | 0.53 | 0.26 | 0.14 |
HSL | 329.23º | 0.62% | 0.63% | - |
HSV(B) | 329.23º | 0.53% | 0.86% | - |
XYZ | 40.49 | 27.17 | 37.29 | - |
YUV | 143.82 | 138.26 | 181.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 102 | 162 | 0 | 0.53 | 0.26 | 0.14 | 329.23 | 0.62 | 0.63 |
Hex | DB | 66 | A2 | 0 | 35 | 1A | E | 149 | 3E | 3F |
Octal | 333 | 146 | 242 | 0 | 65 | 32 | 16 | 511 | 76 | 77 |
Binary | 11011011 | 1100110 | 10100010 | 0 | 110101 | 11010 | 1110 | 101001001 | 111110 | 111111 |
Color Harmonies of #DB66A2
Complementary color
Monochromatic Colors of #DB66A2
Black with #DB66A2
Text Example
Text Example
White with #DB66A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB66A2; }
p { color: rgb(219,102,162); }
H1.HeaderClassName
{
color: #DB66A2;
}
.AnyTagClassName
{
color: #DB66A2;
}
</style>
background-color css
<style>
a { background-color: #DB66A2; }
a { background-color: rgb(219,102,162); }
div.DivClassName
{
background-color: #DB66A2;
}
.BgClassName
{
background-color: #DB66A2;
}
</style>
border-color css
<style>
span { border-color: #DB66A2; }
span { border-color: rgb(219,102,162); }
td.TdClassName
{
border-color: #DB66A2;
}
.TagClassName
{
border-color: #DB66A2;
}
</style>