Shades of Razzmatazz #DA0054
Tints of Razzmatazz #DA0054
RGB
CMYK
RGB Variations
Color information
#DA0054 (or 0xDA0054) is known color: Razzmatazz. HEX triplet: DA, 00 and 54. RGB value is (218,0,84). Sum of RGB (Red+Green+Blue) = 218+0+84=302 (40% of max value = 765). Red value is 218 (85.55% from 255 or 72.19% from 302); Green value is 0 (0.39% from 255 or 0% from 302); Blue value is 84 (33.20% from 255 or 27.81% from 302); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0054 is #25FFAB. Grayscale: #4A4A4A. Windows color (decimal): -2490284 or 5505242. OLE color: 5505242.
HSL color Cylindrical-coordinate representation of color #DA0054: hue angle of 336.88º 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 #DA0054 is Cyan = 0, Magento = 1, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.61 | 0.15 |
| HSL | 336.88º | 1% | 0.43% | - |
| HSV(B) | 336.88º | 1% | 0.85% | - |
| XYZ | 30.51 | 15.55 | 9.78 | - |
| YUV | 74.76 | 133.22 | 230.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 84 | 0 | 1 | 0.61 | 0.15 | 336.88 | 1 | 0.43 |
| Hex | DA | 0 | 54 | 0 | 64 | 3D | F | 151 | 64 | 2B |
| Octal | 332 | 0 | 124 | 0 | 144 | 75 | 17 | 521 | 144 | 53 |
| Binary | 11011010 | 0 | 1010100 | 0 | 1100100 | 111101 | 1111 | 101010001 | 1100100 | 101011 |
Color Harmonies of #DA0054
Complementary color
Monochromatic Colors of #DA0054
Black with #DA0054
Text Example
Text Example
White with #DA0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0054; }
p { color: rgb(218,0,84); }
H1.HeaderClassName
{
color: #DA0054;
}
.AnyTagClassName
{
color: #DA0054;
}
</style>
background-color css
<style>
a { background-color: #DA0054; }
a { background-color: rgb(218,0,84); }
div.DivClassName
{
background-color: #DA0054;
}
.BgClassName
{
background-color: #DA0054;
}
</style>
border-color css
<style>
span { border-color: #DA0054; }
span { border-color: rgb(218,0,84); }
td.TdClassName
{
border-color: #DA0054;
}
.TagClassName
{
border-color: #DA0054;
}
</style>