Shades of Razzmatazz #DA0550
Tints of Razzmatazz #DA0550
RGB
CMYK
RGB Variations
Color information
#DA0550 (or 0xDA0550) is known color: Razzmatazz. HEX triplet: DA, 05 and 50. RGB value is (218,5,80). Sum of RGB (Red+Green+Blue) = 218+5+80=303 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.95% from 303); Green value is 5 (2.34% from 255 or 1.65% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0550 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0550 is #25FAAF. Grayscale: #4D4D4D. Windows color (decimal): -2489008 or 5244378. OLE color: 5244378.
HSL color Cylindrical-coordinate representation of color #DA0550: hue angle of 338.87º 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 #DA0550 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 80 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.15 |
| HSL | 338.87º | 0.96% | 0.44% | - |
| HSV(B) | 338.87º | 0.98% | 0.85% | - |
| XYZ | 30.42 | 15.59 | 9 | - |
| YUV | 77.24 | 129.57 | 228.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 80 | 0 | 0.98 | 0.63 | 0.15 | 338.87 | 0.96 | 0.44 |
| Hex | DA | 5 | 50 | 0 | 62 | 3F | F | 153 | 60 | 2C |
| Octal | 332 | 5 | 120 | 0 | 142 | 77 | 17 | 523 | 140 | 54 |
| Binary | 11011010 | 101 | 1010000 | 0 | 1100010 | 111111 | 1111 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DA0550
Complementary color
Monochromatic Colors of #DA0550
Black with #DA0550
Text Example
Text Example
White with #DA0550
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0550; }
p { color: rgb(218,5,80); }
H1.HeaderClassName
{
color: #DA0550;
}
.AnyTagClassName
{
color: #DA0550;
}
</style>
background-color css
<style>
a { background-color: #DA0550; }
a { background-color: rgb(218,5,80); }
div.DivClassName
{
background-color: #DA0550;
}
.BgClassName
{
background-color: #DA0550;
}
</style>
border-color css
<style>
span { border-color: #DA0550; }
span { border-color: rgb(218,5,80); }
td.TdClassName
{
border-color: #DA0550;
}
.TagClassName
{
border-color: #DA0550;
}
</style>