Shades of Razzmatazz #DA0559
Tints of Razzmatazz #DA0559
RGB
CMYK
RGB Variations
Color information
#DA0559 (or 0xDA0559) is known color: Razzmatazz. HEX triplet: DA, 05 and 59. RGB value is (218,5,89). Sum of RGB (Red+Green+Blue) = 218+5+89=312 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.87% from 312); Green value is 5 (2.34% from 255 or 1.60% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0559 is #25FAA6. Grayscale: #4E4E4E. Windows color (decimal): -2488999 or 5834202. OLE color: 5834202.
HSL color Cylindrical-coordinate representation of color #DA0559: hue angle of 336.34º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DA0559 is Cyan = 0, Magento = 0.98, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.59 | 0.15 |
| HSL | 336.34º | 0.96% | 0.44% | - |
| HSV(B) | 336.34º | 0.98% | 0.85% | - |
| XYZ | 30.77 | 15.74 | 10.87 | - |
| YUV | 78.26 | 134.07 | 227.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 89 | 0 | 0.98 | 0.59 | 0.15 | 336.34 | 0.96 | 0.44 |
| Hex | DA | 5 | 59 | 0 | 62 | 3B | F | 150 | 60 | 2C |
| Octal | 332 | 5 | 131 | 0 | 142 | 73 | 17 | 520 | 140 | 54 |
| Binary | 11011010 | 101 | 1011001 | 0 | 1100010 | 111011 | 1111 | 101010000 | 1100000 | 101100 |
Color Harmonies of #DA0559
Complementary color
Monochromatic Colors of #DA0559
Black with #DA0559
Text Example
Text Example
White with #DA0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0559; }
p { color: rgb(218,5,89); }
H1.HeaderClassName
{
color: #DA0559;
}
.AnyTagClassName
{
color: #DA0559;
}
</style>
background-color css
<style>
a { background-color: #DA0559; }
a { background-color: rgb(218,5,89); }
div.DivClassName
{
background-color: #DA0559;
}
.BgClassName
{
background-color: #DA0559;
}
</style>
border-color css
<style>
span { border-color: #DA0559; }
span { border-color: rgb(218,5,89); }
td.TdClassName
{
border-color: #DA0559;
}
.TagClassName
{
border-color: #DA0559;
}
</style>