Shades of Razzmatazz #DA0549
Tints of Razzmatazz #DA0549
RGB
CMYK
RGB Variations
Color information
#DA0549 (or 0xDA0549) is known color: Razzmatazz. HEX triplet: DA, 05 and 49. RGB value is (218,5,73). Sum of RGB (Red+Green+Blue) = 218+5+73=296 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.65% from 296); Green value is 5 (2.34% from 255 or 1.69% from 296); Blue value is 73 (28.91% from 255 or 24.66% from 296); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA0549 is #25FAB6. Grayscale: #4C4C4C. Windows color (decimal): -2489015 or 4785626. OLE color: 4785626.
HSL color Cylindrical-coordinate representation of color #DA0549: hue angle of 340.85º 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 #DA0549 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.15 |
| HSL | 340.85º | 0.96% | 0.44% | - |
| HSV(B) | 340.85º | 0.98% | 0.85% | - |
| XYZ | 30.17 | 15.5 | 7.7 | - |
| YUV | 76.44 | 126.07 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 73 | 0 | 0.98 | 0.67 | 0.15 | 340.85 | 0.96 | 0.44 |
| Hex | DA | 5 | 49 | 0 | 62 | 43 | F | 155 | 60 | 2C |
| Octal | 332 | 5 | 111 | 0 | 142 | 103 | 17 | 525 | 140 | 54 |
| Binary | 11011010 | 101 | 1001001 | 0 | 1100010 | 1000011 | 1111 | 101010101 | 1100000 | 101100 |
Color Harmonies of #DA0549
Complementary color
Monochromatic Colors of #DA0549
Black with #DA0549
Text Example
Text Example
White with #DA0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0549; }
p { color: rgb(218,5,73); }
H1.HeaderClassName
{
color: #DA0549;
}
.AnyTagClassName
{
color: #DA0549;
}
</style>
background-color css
<style>
a { background-color: #DA0549; }
a { background-color: rgb(218,5,73); }
div.DivClassName
{
background-color: #DA0549;
}
.BgClassName
{
background-color: #DA0549;
}
</style>
border-color css
<style>
span { border-color: #DA0549; }
span { border-color: rgb(218,5,73); }
td.TdClassName
{
border-color: #DA0549;
}
.TagClassName
{
border-color: #DA0549;
}
</style>