Shades of Hopbush #DA60AF
Tints of Hopbush #DA60AF
RGB
CMYK
RGB Variations
Color information
#DA60AF (or 0xDA60AF) is known color: Hopbush. HEX triplet: DA, 60 and AF. RGB value is (218,96,175). Sum of RGB (Red+Green+Blue) = 218+96+175=489 (64% of max value = 765). Red value is 218 (85.55% from 255 or 44.58% from 489); Green value is 96 (37.89% from 255 or 19.63% from 489); Blue value is 175 (68.75% from 255 or 35.79% from 489); Max value from RGB is 218 - color contains mainly: red. Hex color #DA60AF is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA60AF is #259F50. Grayscale: #8D8D8D. Windows color (decimal): -2465617 or 11493594. OLE color: 11493594.
HSL color Cylindrical-coordinate representation of color #DA60AF: hue angle of 321.15º 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 #DA60AF is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 96 | 175 | - |
| CMYK | 0 | 0.56 | 0.20 | 0.15 |
| HSL | 321.15º | 0.62% | 0.62% | - |
| HSV(B) | 321.15º | 0.56% | 0.85% | - |
| XYZ | 40.83 | 26.37 | 43.49 | - |
| YUV | 141.48 | 146.92 | 182.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 96 | 175 | 0 | 0.56 | 0.20 | 0.15 | 321.15 | 0.62 | 0.62 |
| Hex | DA | 60 | AF | 0 | 38 | 14 | F | 141 | 3E | 3E |
| Octal | 332 | 140 | 257 | 0 | 70 | 24 | 17 | 501 | 76 | 76 |
| Binary | 11011010 | 1100000 | 10101111 | 0 | 111000 | 10100 | 1111 | 101000001 | 111110 | 111110 |
Color Harmonies of #DA60AF
Complementary color
Monochromatic Colors of #DA60AF
Black with #DA60AF
Text Example
Text Example
White with #DA60AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA60AF; }
p { color: rgb(218,96,175); }
H1.HeaderClassName
{
color: #DA60AF;
}
.AnyTagClassName
{
color: #DA60AF;
}
</style>
background-color css
<style>
a { background-color: #DA60AF; }
a { background-color: rgb(218,96,175); }
div.DivClassName
{
background-color: #DA60AF;
}
.BgClassName
{
background-color: #DA60AF;
}
</style>
border-color css
<style>
span { border-color: #DA60AF; }
span { border-color: rgb(218,96,175); }
td.TdClassName
{
border-color: #DA60AF;
}
.TagClassName
{
border-color: #DA60AF;
}
</style>