Shades of Razzmatazz #DA0E52
Tints of Razzmatazz #DA0E52
RGB
CMYK
RGB Variations
Color information
#DA0E52 (or 0xDA0E52) is known color: Razzmatazz. HEX triplet: DA, 0E and 52. RGB value is (218,14,82). Sum of RGB (Red+Green+Blue) = 218+14+82=314 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.43% from 314); Green value is 14 (5.86% from 255 or 4.46% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0E52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0E52 is #25F1AD. Grayscale: #525252. Windows color (decimal): -2486702 or 5377754. OLE color: 5377754.
HSL color Cylindrical-coordinate representation of color #DA0E52: hue angle of 340º 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 #DA0E52 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 14 | 82 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.15 |
| HSL | 340º | 0.88% | 0.45% | - |
| HSV(B) | 340º | 0.94% | 0.85% | - |
| XYZ | 30.59 | 15.83 | 9.43 | - |
| YUV | 82.75 | 127.59 | 224.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 14 | 82 | 0 | 0.94 | 0.62 | 0.15 | 340 | 0.88 | 0.45 |
| Hex | DA | E | 52 | 0 | 5E | 3E | F | 154 | 58 | 2D |
| Octal | 332 | 16 | 122 | 0 | 136 | 76 | 17 | 524 | 130 | 55 |
| Binary | 11011010 | 1110 | 1010010 | 0 | 1011110 | 111110 | 1111 | 101010100 | 1011000 | 101101 |
Color Harmonies of #DA0E52
Complementary color
Monochromatic Colors of #DA0E52
Black with #DA0E52
Text Example
Text Example
White with #DA0E52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0E52; }
p { color: rgb(218,14,82); }
H1.HeaderClassName
{
color: #DA0E52;
}
.AnyTagClassName
{
color: #DA0E52;
}
</style>
background-color css
<style>
a { background-color: #DA0E52; }
a { background-color: rgb(218,14,82); }
div.DivClassName
{
background-color: #DA0E52;
}
.BgClassName
{
background-color: #DA0E52;
}
</style>
border-color css
<style>
span { border-color: #DA0E52; }
span { border-color: rgb(218,14,82); }
td.TdClassName
{
border-color: #DA0E52;
}
.TagClassName
{
border-color: #DA0E52;
}
</style>