Shades of Razzmatazz #DA0554
Tints of Razzmatazz #DA0554
RGB
CMYK
RGB Variations
Color information
#DA0554 (or 0xDA0554) is known color: Razzmatazz. HEX triplet: DA, 05 and 54. RGB value is (218,5,84). Sum of RGB (Red+Green+Blue) = 218+5+84=307 (40% of max value = 765). Red value is 218 (85.55% from 255 or 71.01% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0554 is #25FAAB. Grayscale: #4D4D4D. Windows color (decimal): -2489004 or 5506522. OLE color: 5506522.
HSL color Cylindrical-coordinate representation of color #DA0554: hue angle of 337.75º 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 #DA0554 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 5 | 84 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.15 |
| HSL | 337.75º | 0.96% | 0.44% | - |
| HSV(B) | 337.75º | 0.98% | 0.85% | - |
| XYZ | 30.57 | 15.65 | 9.8 | - |
| YUV | 77.69 | 131.57 | 228.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 5 | 84 | 0 | 0.98 | 0.61 | 0.15 | 337.75 | 0.96 | 0.44 |
| Hex | DA | 5 | 54 | 0 | 62 | 3D | F | 152 | 60 | 2C |
| Octal | 332 | 5 | 124 | 0 | 142 | 75 | 17 | 522 | 140 | 54 |
| Binary | 11011010 | 101 | 1010100 | 0 | 1100010 | 111101 | 1111 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DA0554
Complementary color
Monochromatic Colors of #DA0554
Black with #DA0554
Text Example
Text Example
White with #DA0554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0554; }
p { color: rgb(218,5,84); }
H1.HeaderClassName
{
color: #DA0554;
}
.AnyTagClassName
{
color: #DA0554;
}
</style>
background-color css
<style>
a { background-color: #DA0554; }
a { background-color: rgb(218,5,84); }
div.DivClassName
{
background-color: #DA0554;
}
.BgClassName
{
background-color: #DA0554;
}
</style>
border-color css
<style>
span { border-color: #DA0554; }
span { border-color: rgb(218,5,84); }
td.TdClassName
{
border-color: #DA0554;
}
.TagClassName
{
border-color: #DA0554;
}
</style>