Shades of Razzmatazz #DA0556
Tints of Razzmatazz #DA0556
RGB
CMYK
RGB Variations
Color information
#DA0556 (or 0xDA0556) is known color: Razzmatazz. HEX triplet: DA, 05 and 56. RGB value is (218,5,86). Sum of RGB (Red+Green+Blue) = 218+5+86=309 (40% of max value = 765). Red value is 218 (85.55% from 255 or 70.55% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 86 (33.98% from 255 or 27.83% from 309); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0556 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0556 is #25FAA9. Grayscale: #4D4D4D. Windows color (decimal): -2489002 or 5637594. OLE color: 5637594.
HSL color Cylindrical-coordinate representation of color #DA0556: hue angle of 337.18º 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 #DA0556 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 86 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.15 |
| HSL | 337.18º | 0.96% | 0.44% | - |
| HSV(B) | 337.18º | 0.98% | 0.85% | - |
| XYZ | 30.65 | 15.69 | 10.22 | - |
| YUV | 77.92 | 132.57 | 227.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 86 | 0 | 0.98 | 0.61 | 0.15 | 337.18 | 0.96 | 0.44 |
| Hex | DA | 5 | 56 | 0 | 62 | 3D | F | 151 | 60 | 2C |
| Octal | 332 | 5 | 126 | 0 | 142 | 75 | 17 | 521 | 140 | 54 |
| Binary | 11011010 | 101 | 1010110 | 0 | 1100010 | 111101 | 1111 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DA0556
Complementary color
Monochromatic Colors of #DA0556
Black with #DA0556
Text Example
Text Example
White with #DA0556
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0556; }
p { color: rgb(218,5,86); }
H1.HeaderClassName
{
color: #DA0556;
}
.AnyTagClassName
{
color: #DA0556;
}
</style>
background-color css
<style>
a { background-color: #DA0556; }
a { background-color: rgb(218,5,86); }
div.DivClassName
{
background-color: #DA0556;
}
.BgClassName
{
background-color: #DA0556;
}
</style>
border-color css
<style>
span { border-color: #DA0556; }
span { border-color: rgb(218,5,86); }
td.TdClassName
{
border-color: #DA0556;
}
.TagClassName
{
border-color: #DA0556;
}
</style>