Shades of Razzmatazz #DA0C53
Tints of Razzmatazz #DA0C53
RGB
CMYK
RGB Variations
Color information
#DA0C53 (or 0xDA0C53) is known color: Razzmatazz. HEX triplet: DA, 0C and 53. RGB value is (218,12,83). Sum of RGB (Red+Green+Blue) = 218+12+83=313 (41% of max value = 765). Red value is 218 (85.55% from 255 or 69.65% from 313); Green value is 12 (5.08% from 255 or 3.83% from 313); Blue value is 83 (32.81% from 255 or 26.52% from 313); Max value from RGB is 218 - color contains mainly: red. Hex color #DA0C53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA0C53 is #25F3AC. Grayscale: #515151. Windows color (decimal): -2487213 or 5442778. OLE color: 5442778.
HSL color Cylindrical-coordinate representation of color #DA0C53: hue angle of 339.32º 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 #DA0C53 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 12 | 83 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.15 |
| HSL | 339.32º | 0.9% | 0.45% | - |
| HSV(B) | 339.32º | 0.94% | 0.85% | - |
| XYZ | 30.61 | 15.79 | 9.62 | - |
| YUV | 81.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 12 | 83 | 0 | 0.94 | 0.62 | 0.15 | 339.32 | 0.9 | 0.45 |
| Hex | DA | C | 53 | 0 | 5E | 3E | F | 153 | 5A | 2D |
| Octal | 332 | 14 | 123 | 0 | 136 | 76 | 17 | 523 | 132 | 55 |
| Binary | 11011010 | 1100 | 1010011 | 0 | 1011110 | 111110 | 1111 | 101010011 | 1011010 | 101101 |
Color Harmonies of #DA0C53
Complementary color
Monochromatic Colors of #DA0C53
Black with #DA0C53
Text Example
Text Example
White with #DA0C53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA0C53; }
p { color: rgb(218,12,83); }
H1.HeaderClassName
{
color: #DA0C53;
}
.AnyTagClassName
{
color: #DA0C53;
}
</style>
background-color css
<style>
a { background-color: #DA0C53; }
a { background-color: rgb(218,12,83); }
div.DivClassName
{
background-color: #DA0C53;
}
.BgClassName
{
background-color: #DA0C53;
}
</style>
border-color css
<style>
span { border-color: #DA0C53; }
span { border-color: rgb(218,12,83); }
td.TdClassName
{
border-color: #DA0C53;
}
.TagClassName
{
border-color: #DA0C53;
}
</style>