Shades of Razzmatazz #DA004C
Tints of Razzmatazz #DA004C
RGB
CMYK
RGB Variations
Color information
#DA004C (or 0xDA004C) is known color: Razzmatazz. HEX triplet: DA, 00 and 4C. RGB value is (218,0,76). Sum of RGB (Red+Green+Blue) = 218+0+76=294 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.15% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 76 (30.08% from 255 or 25.85% from 294); Max value from RGB is 218 - color contains mainly: red. Hex color #DA004C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA004C is #25FFB3. Grayscale: #494949. Windows color (decimal): -2490292 or 4980954. OLE color: 4980954.
HSL color Cylindrical-coordinate representation of color #DA004C: hue angle of 339.08º 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 #DA004C is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 76 | - |
| CMYK | 0 | 1 | 0.65 | 0.15 |
| HSL | 339.08º | 1% | 0.43% | - |
| HSV(B) | 339.08º | 1% | 0.85% | - |
| XYZ | 30.22 | 15.43 | 8.22 | - |
| YUV | 73.85 | 129.22 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 76 | 0 | 1 | 0.65 | 0.15 | 339.08 | 1 | 0.43 |
| Hex | DA | 0 | 4C | 0 | 64 | 41 | F | 153 | 64 | 2B |
| Octal | 332 | 0 | 114 | 0 | 144 | 101 | 17 | 523 | 144 | 53 |
| Binary | 11011010 | 0 | 1001100 | 0 | 1100100 | 1000001 | 1111 | 101010011 | 1100100 | 101011 |
Color Harmonies of #DA004C
Complementary color
Monochromatic Colors of #DA004C
Black with #DA004C
Text Example
Text Example
White with #DA004C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA004C; }
p { color: rgb(218,0,76); }
H1.HeaderClassName
{
color: #DA004C;
}
.AnyTagClassName
{
color: #DA004C;
}
</style>
background-color css
<style>
a { background-color: #DA004C; }
a { background-color: rgb(218,0,76); }
div.DivClassName
{
background-color: #DA004C;
}
.BgClassName
{
background-color: #DA004C;
}
</style>
border-color css
<style>
span { border-color: #DA004C; }
span { border-color: rgb(218,0,76); }
td.TdClassName
{
border-color: #DA004C;
}
.TagClassName
{
border-color: #DA004C;
}
</style>