Shades of Hopbush #DA69B0
Tints of Hopbush #DA69B0
RGB
CMYK
RGB Variations
Color information
#DA69B0 (or 0xDA69B0) is known color: Hopbush. HEX triplet: DA, 69 and B0. RGB value is (218,105,176). Sum of RGB (Red+Green+Blue) = 218+105+176=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 105 (41.41% from 255 or 21.04% from 499); Blue value is 176 (69.14% from 255 or 35.27% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA69B0 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA69B0 is #25964F. Grayscale: #929292. Windows color (decimal): -2463312 or 11561434. OLE color: 11561434.
HSL color Cylindrical-coordinate representation of color #DA69B0: hue angle of 322.3º degrees, saturation: 0.6, 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 #DA69B0 is Cyan = 0, Magento = 0.52, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 105 | 176 | - |
| CMYK | 0 | 0.52 | 0.19 | 0.15 |
| HSL | 322.3º | 0.6% | 0.63% | - |
| HSV(B) | 322.3º | 0.52% | 0.85% | - |
| XYZ | 41.8 | 28.14 | 44.3 | - |
| YUV | 146.88 | 144.44 | 178.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 105 | 176 | 0 | 0.52 | 0.19 | 0.15 | 322.3 | 0.6 | 0.63 |
| Hex | DA | 69 | B0 | 0 | 34 | 13 | F | 142 | 3C | 3F |
| Octal | 332 | 151 | 260 | 0 | 64 | 23 | 17 | 502 | 74 | 77 |
| Binary | 11011010 | 1101001 | 10110000 | 0 | 110100 | 10011 | 1111 | 101000010 | 111100 | 111111 |
Color Harmonies of #DA69B0
Complementary color
Monochromatic Colors of #DA69B0
Black with #DA69B0
Text Example
Text Example
White with #DA69B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA69B0; }
p { color: rgb(218,105,176); }
H1.HeaderClassName
{
color: #DA69B0;
}
.AnyTagClassName
{
color: #DA69B0;
}
</style>
background-color css
<style>
a { background-color: #DA69B0; }
a { background-color: rgb(218,105,176); }
div.DivClassName
{
background-color: #DA69B0;
}
.BgClassName
{
background-color: #DA69B0;
}
</style>
border-color css
<style>
span { border-color: #DA69B0; }
span { border-color: rgb(218,105,176); }
td.TdClassName
{
border-color: #DA69B0;
}
.TagClassName
{
border-color: #DA69B0;
}
</style>