Shades of Razzmatazz #DA0059
Tints of Razzmatazz #DA0059
RGB
CMYK
RGB Variations
Color information
#DA0059 (or 0xDA0059) is known color: Razzmatazz. HEX triplet: DA, 00 and 59. RGB value is (218,0,89). Sum of RGB (Red+Green+Blue) = 218+0+89=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 89 (35.16% from 255 or 28.99% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0059 is #25FFA6. Grayscale: #4B4B4B. Windows color (decimal): -2490279 or 5832922. OLE color: 5832922.
HSL color Cylindrical-coordinate representation of color #DA0059: hue angle of 335.5º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0059 is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.59 | 0.15 |
| HSL | 335.5º | 1% | 0.43% | - |
| HSV(B) | 335.5º | 1% | 0.85% | - |
| XYZ | 30.72 | 15.63 | 10.85 | - |
| YUV | 75.33 | 135.72 | 229.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 89 | 0 | 1 | 0.59 | 0.15 | 335.5 | 1 | 0.43 |
| Hex | DA | 0 | 59 | 0 | 64 | 3B | F | 150 | 64 | 2B |
| Octal | 332 | 0 | 131 | 0 | 144 | 73 | 17 | 520 | 144 | 53 |
| Binary | 11011010 | 0 | 1011001 | 0 | 1100100 | 111011 | 1111 | 101010000 | 1100100 | 101011 |
Color Harmonies of #DA0059
Complementary color
Monochromatic Colors of #DA0059
Black with #DA0059
Text Example
Text Example
White with #DA0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0059; }
p { color: rgb(218,0,89); }
H1.HeaderClassName
{
color: #DA0059;
}
.AnyTagClassName
{
color: #DA0059;
}
</style>
background-color css
<style>
a { background-color: #DA0059; }
a { background-color: rgb(218,0,89); }
div.DivClassName
{
background-color: #DA0059;
}
.BgClassName
{
background-color: #DA0059;
}
</style>
border-color css
<style>
span { border-color: #DA0059; }
span { border-color: rgb(218,0,89); }
td.TdClassName
{
border-color: #DA0059;
}
.TagClassName
{
border-color: #DA0059;
}
</style>