Shades of Hopbush #DA68A2
Tints of Hopbush #DA68A2
RGB
CMYK
RGB Variations
Color information
#DA68A2 (or 0xDA68A2) is known color: Hopbush. HEX triplet: DA, 68 and A2. RGB value is (218,104,162). Sum of RGB (Red+Green+Blue) = 218+104+162=484 (64% of max value = 765). Red value is 218 (85.55% from 255 or 45.04% from 484); Green value is 104 (41.02% from 255 or 21.49% from 484); Blue value is 162 (63.67% from 255 or 33.47% from 484); Max value from RGB is 218 - color contains mainly: red. Hex color #DA68A2 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA68A2 is #25975D. Grayscale: #909090. Windows color (decimal): -2463582 or 10643674. OLE color: 10643674.
HSL color Cylindrical-coordinate representation of color #DA68A2: hue angle of 329.47º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DA68A2 is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 104 | 162 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.15 |
| HSL | 329.47º | 0.61% | 0.63% | - |
| HSV(B) | 329.47º | 0.52% | 0.85% | - |
| XYZ | 40.39 | 27.41 | 37.35 | - |
| YUV | 144.7 | 137.77 | 180.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 104 | 162 | 0 | 0.52 | 0.26 | 0.15 | 329.47 | 0.61 | 0.63 |
| Hex | DA | 68 | A2 | 0 | 34 | 1A | F | 149 | 3D | 3F |
| Octal | 332 | 150 | 242 | 0 | 64 | 32 | 17 | 511 | 75 | 77 |
| Binary | 11011010 | 1101000 | 10100010 | 0 | 110100 | 11010 | 1111 | 101001001 | 111101 | 111111 |
Color Harmonies of #DA68A2
Complementary color
Monochromatic Colors of #DA68A2
Black with #DA68A2
Text Example
Text Example
White with #DA68A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA68A2; }
p { color: rgb(218,104,162); }
H1.HeaderClassName
{
color: #DA68A2;
}
.AnyTagClassName
{
color: #DA68A2;
}
</style>
background-color css
<style>
a { background-color: #DA68A2; }
a { background-color: rgb(218,104,162); }
div.DivClassName
{
background-color: #DA68A2;
}
.BgClassName
{
background-color: #DA68A2;
}
</style>
border-color css
<style>
span { border-color: #DA68A2; }
span { border-color: rgb(218,104,162); }
td.TdClassName
{
border-color: #DA68A2;
}
.TagClassName
{
border-color: #DA68A2;
}
</style>