Shades of Hopbush #DA62AF
Tints of Hopbush #DA62AF
RGB
CMYK
RGB Variations
Color information
#DA62AF (or 0xDA62AF) is known color: Hopbush. HEX triplet: DA, 62 and AF. RGB value is (218,98,175). Sum of RGB (Red+Green+Blue) = 218+98+175=491 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.40% from 491); Green value is 98 (38.67% from 255 or 19.96% from 491); Blue value is 175 (68.75% from 255 or 35.64% from 491); Max value from RGB is 218 - color contains mainly: red. Hex color #DA62AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA62AF is #259D50. Grayscale: #8E8E8E. Windows color (decimal): -2465105 or 11494106. OLE color: 11494106.
HSL color Cylindrical-coordinate representation of color #DA62AF: hue angle of 321.5º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #DA62AF is Cyan = 0, Magento = 0.55, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 98 | 175 | - |
| CMYK | 0 | 0.55 | 0.20 | 0.15 |
| HSL | 321.5º | 0.62% | 0.62% | - |
| HSV(B) | 321.5º | 0.55% | 0.85% | - |
| XYZ | 41.02 | 26.74 | 43.56 | - |
| YUV | 142.66 | 146.26 | 181.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 98 | 175 | 0 | 0.55 | 0.20 | 0.15 | 321.5 | 0.62 | 0.62 |
| Hex | DA | 62 | AF | 0 | 37 | 14 | F | 142 | 3E | 3E |
| Octal | 332 | 142 | 257 | 0 | 67 | 24 | 17 | 502 | 76 | 76 |
| Binary | 11011010 | 1100010 | 10101111 | 0 | 110111 | 10100 | 1111 | 101000010 | 111110 | 111110 |
Color Harmonies of #DA62AF
Complementary color
Monochromatic Colors of #DA62AF
Black with #DA62AF
Text Example
Text Example
White with #DA62AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA62AF; }
p { color: rgb(218,98,175); }
H1.HeaderClassName
{
color: #DA62AF;
}
.AnyTagClassName
{
color: #DA62AF;
}
</style>
background-color css
<style>
a { background-color: #DA62AF; }
a { background-color: rgb(218,98,175); }
div.DivClassName
{
background-color: #DA62AF;
}
.BgClassName
{
background-color: #DA62AF;
}
</style>
border-color css
<style>
span { border-color: #DA62AF; }
span { border-color: rgb(218,98,175); }
td.TdClassName
{
border-color: #DA62AF;
}
.TagClassName
{
border-color: #DA62AF;
}
</style>