Shades of Hopbush #DA619C
Tints of Hopbush #DA619C
RGB
CMYK
RGB Variations
Color information
#DA619C (or 0xDA619C) is known color: Hopbush. HEX triplet: DA, 61 and 9C. RGB value is (218,97,156). Sum of RGB (Red+Green+Blue) = 218+97+156=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 97 (38.28% from 255 or 20.59% from 471); Blue value is 156 (61.33% from 255 or 33.12% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA619C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA619C is #259E63. Grayscale: #8B8B8B. Windows color (decimal): -2465380 or 10248666. OLE color: 10248666.
HSL color Cylindrical-coordinate representation of color #DA619C: hue angle of 330.74º 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 #DA619C is Cyan = 0, Magento = 0.56, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 97 | 156 | - |
| CMYK | 0 | 0.56 | 0.28 | 0.15 |
| HSL | 330.74º | 0.62% | 0.62% | - |
| HSV(B) | 330.74º | 0.56% | 0.85% | - |
| XYZ | 39.19 | 25.86 | 34.38 | - |
| YUV | 139.91 | 137.09 | 183.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 97 | 156 | 0 | 0.56 | 0.28 | 0.15 | 330.74 | 0.62 | 0.62 |
| Hex | DA | 61 | 9C | 0 | 38 | 1C | F | 14B | 3E | 3E |
| Octal | 332 | 141 | 234 | 0 | 70 | 34 | 17 | 513 | 76 | 76 |
| Binary | 11011010 | 1100001 | 10011100 | 0 | 111000 | 11100 | 1111 | 101001011 | 111110 | 111110 |
Color Harmonies of #DA619C
Complementary color
Monochromatic Colors of #DA619C
Black with #DA619C
Text Example
Text Example
White with #DA619C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA619C; }
p { color: rgb(218,97,156); }
H1.HeaderClassName
{
color: #DA619C;
}
.AnyTagClassName
{
color: #DA619C;
}
</style>
background-color css
<style>
a { background-color: #DA619C; }
a { background-color: rgb(218,97,156); }
div.DivClassName
{
background-color: #DA619C;
}
.BgClassName
{
background-color: #DA619C;
}
</style>
border-color css
<style>
span { border-color: #DA619C; }
span { border-color: rgb(218,97,156); }
td.TdClassName
{
border-color: #DA619C;
}
.TagClassName
{
border-color: #DA619C;
}
</style>