Shades of Razzmatazz #DA0E54
Tints of Razzmatazz #DA0E54
RGB
CMYK
RGB Variations
Color information
#DA0E54 (or 0xDA0E54) is known color: Razzmatazz. HEX triplet: DA, 0E and 54. RGB value is (218,14,84). Sum of RGB (Red+Green+Blue) = 218+14+84=316 (41% of max value = 765). Red value is 218 (85.55% from 255 or 68.99% from 316); Green value is 14 (5.86% from 255 or 4.43% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0E54 is #25F1AB. Grayscale: #525252. Windows color (decimal): -2486700 or 5508826. OLE color: 5508826.
HSL color Cylindrical-coordinate representation of color #DA0E54: hue angle of 339.41º degrees, saturation: 0.88, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DA0E54 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 84 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.15 |
| HSL | 339.41º | 0.88% | 0.45% | - |
| HSV(B) | 339.41º | 0.94% | 0.85% | - |
| XYZ | 30.67 | 15.86 | 9.83 | - |
| YUV | 82.98 | 128.59 | 224.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 84 | 0 | 0.94 | 0.61 | 0.15 | 339.41 | 0.88 | 0.45 |
| Hex | DA | E | 54 | 0 | 5E | 3D | F | 153 | 58 | 2D |
| Octal | 332 | 16 | 124 | 0 | 136 | 75 | 17 | 523 | 130 | 55 |
| Binary | 11011010 | 1110 | 1010100 | 0 | 1011110 | 111101 | 1111 | 101010011 | 1011000 | 101101 |
Color Harmonies of #DA0E54
Complementary color
Monochromatic Colors of #DA0E54
Black with #DA0E54
Text Example
Text Example
White with #DA0E54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0E54; }
p { color: rgb(218,14,84); }
H1.HeaderClassName
{
color: #DA0E54;
}
.AnyTagClassName
{
color: #DA0E54;
}
</style>
background-color css
<style>
a { background-color: #DA0E54; }
a { background-color: rgb(218,14,84); }
div.DivClassName
{
background-color: #DA0E54;
}
.BgClassName
{
background-color: #DA0E54;
}
</style>
border-color css
<style>
span { border-color: #DA0E54; }
span { border-color: rgb(218,14,84); }
td.TdClassName
{
border-color: #DA0E54;
}
.TagClassName
{
border-color: #DA0E54;
}
</style>