Shades of Hopbush #DA61AF
Tints of Hopbush #DA61AF
RGB
CMYK
RGB Variations
Color information
#DA61AF (or 0xDA61AF) is known color: Hopbush. HEX triplet: DA, 61 and AF. RGB value is (218,97,175). Sum of RGB (Red+Green+Blue) = 218+97+175=490 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.49% from 490); Green value is 97 (38.28% from 255 or 19.80% from 490); Blue value is 175 (68.75% from 255 or 35.71% from 490); Max value from RGB is 218 - color contains mainly: red. Hex color #DA61AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA61AF is #259E50. Grayscale: #8D8D8D. Windows color (decimal): -2465361 or 11493850. OLE color: 11493850.
HSL color Cylindrical-coordinate representation of color #DA61AF: hue angle of 321.32º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA61AF is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 175 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.15 |
| HSL | 321.32º | 0.62% | 0.62% | - |
| HSV(B) | 321.32º | 0.56% | 0.85% | - |
| XYZ | 40.93 | 26.55 | 43.53 | - |
| YUV | 142.07 | 146.59 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 175 | 0 | 0.56 | 0.20 | 0.15 | 321.32 | 0.62 | 0.62 |
| Hex | DA | 61 | AF | 0 | 38 | 14 | F | 141 | 3E | 3E |
| Octal | 332 | 141 | 257 | 0 | 70 | 24 | 17 | 501 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10101111 | 0 | 111000 | 10100 | 1111 | 101000001 | 111110 | 111110 |
Color Harmonies of #DA61AF
Complementary color
Monochromatic Colors of #DA61AF
Black with #DA61AF
Text Example
Text Example
White with #DA61AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA61AF; }
p { color: rgb(218,97,175); }
H1.HeaderClassName
{
color: #DA61AF;
}
.AnyTagClassName
{
color: #DA61AF;
}
</style>
background-color css
<style>
a { background-color: #DA61AF; }
a { background-color: rgb(218,97,175); }
div.DivClassName
{
background-color: #DA61AF;
}
.BgClassName
{
background-color: #DA61AF;
}
</style>
border-color css
<style>
span { border-color: #DA61AF; }
span { border-color: rgb(218,97,175); }
td.TdClassName
{
border-color: #DA61AF;
}
.TagClassName
{
border-color: #DA61AF;
}
</style>