Shades of Razzmatazz #DA0C54
Tints of Razzmatazz #DA0C54
RGB
CMYK
RGB Variations
Color information
#DA0C54 (or 0xDA0C54) is known color: Razzmatazz. HEX triplet: DA, 0C and 54. RGB value is (218,12,84). Sum of RGB (Red+Green+Blue) = 218+12+84=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 12 (5.08% from 255 or 3.82% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C54 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0C54 is #25F3AB. Grayscale: #515151. Windows color (decimal): -2487212 or 5508314. OLE color: 5508314.
HSL color Cylindrical-coordinate representation of color #DA0C54: hue angle of 339.03º degrees, saturation: 0.9, 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 #DA0C54 is Cyan = 0, Magento = 0.94, Yellow = 0.61 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 84 | - |
| CMYK | 0 | 0.94 | 0.61 | 0.15 |
| HSL | 339.03º | 0.9% | 0.45% | - |
| HSV(B) | 339.03º | 0.94% | 0.85% | - |
| XYZ | 30.65 | 15.81 | 9.82 | - |
| YUV | 81.8 | 129.25 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 84 | 0 | 0.94 | 0.61 | 0.15 | 339.03 | 0.9 | 0.45 |
| Hex | DA | C | 54 | 0 | 5E | 3D | F | 153 | 5A | 2D |
| Octal | 332 | 14 | 124 | 0 | 136 | 75 | 17 | 523 | 132 | 55 |
| Binary | 11011010 | 1100 | 1010100 | 0 | 1011110 | 111101 | 1111 | 101010011 | 1011010 | 101101 |
Color Harmonies of #DA0C54
Complementary color
Monochromatic Colors of #DA0C54
Black with #DA0C54
Text Example
Text Example
White with #DA0C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C54; }
p { color: rgb(218,12,84); }
H1.HeaderClassName
{
color: #DA0C54;
}
.AnyTagClassName
{
color: #DA0C54;
}
</style>
background-color css
<style>
a { background-color: #DA0C54; }
a { background-color: rgb(218,12,84); }
div.DivClassName
{
background-color: #DA0C54;
}
.BgClassName
{
background-color: #DA0C54;
}
</style>
border-color css
<style>
span { border-color: #DA0C54; }
span { border-color: rgb(218,12,84); }
td.TdClassName
{
border-color: #DA0C54;
}
.TagClassName
{
border-color: #DA0C54;
}
</style>