Shades of Razzmatazz #DA0053
Tints of Razzmatazz #DA0053
RGB
CMYK
RGB Variations
Color information
#DA0053 (or 0xDA0053) is known color: Razzmatazz. HEX triplet: DA, 00 and 53. RGB value is (218,0,83). Sum of RGB (Red+Green+Blue) = 218+0+83=301 (39% of max value = 765). Red value is 218 (85.55% from 255 or 72.43% from 301); Green value is 0 (0.39% from 255 or 0% from 301); Blue value is 83 (32.81% from 255 or 27.57% from 301); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0053 is #25FFAC. Grayscale: #4A4A4A. Windows color (decimal): -2490285 or 5439706. OLE color: 5439706.
HSL color Cylindrical-coordinate representation of color #DA0053: hue angle of 337.16º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DA0053 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.62 | 0.15 |
| HSL | 337.16º | 1% | 0.43% | - |
| HSV(B) | 337.16º | 1% | 0.85% | - |
| XYZ | 30.47 | 15.53 | 9.57 | - |
| YUV | 74.64 | 132.72 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 83 | 0 | 1 | 0.62 | 0.15 | 337.16 | 1 | 0.43 |
| Hex | DA | 0 | 53 | 0 | 64 | 3E | F | 151 | 64 | 2B |
| Octal | 332 | 0 | 123 | 0 | 144 | 76 | 17 | 521 | 144 | 53 |
| Binary | 11011010 | 0 | 1010011 | 0 | 1100100 | 111110 | 1111 | 101010001 | 1100100 | 101011 |
Color Harmonies of #DA0053
Complementary color
Monochromatic Colors of #DA0053
Black with #DA0053
Text Example
Text Example
White with #DA0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0053; }
p { color: rgb(218,0,83); }
H1.HeaderClassName
{
color: #DA0053;
}
.AnyTagClassName
{
color: #DA0053;
}
</style>
background-color css
<style>
a { background-color: #DA0053; }
a { background-color: rgb(218,0,83); }
div.DivClassName
{
background-color: #DA0053;
}
.BgClassName
{
background-color: #DA0053;
}
</style>
border-color css
<style>
span { border-color: #DA0053; }
span { border-color: rgb(218,0,83); }
td.TdClassName
{
border-color: #DA0053;
}
.TagClassName
{
border-color: #DA0053;
}
</style>