Shades of Razzmatazz #DA004A
Tints of Razzmatazz #DA004A
RGB
CMYK
RGB Variations
Color information
#DA004A (or 0xDA004A) is known color: Razzmatazz. HEX triplet: DA, 00 and 4A. RGB value is (218,0,74). Sum of RGB (Red+Green+Blue) = 218+0+74=292 (38% of max value = 765). Red value is 218 (85.55% from 255 or 74.66% from 292); Green value is 0 (0.39% from 255 or 0% from 292); Blue value is 74 (29.30% from 255 or 25.34% from 292); Max value from RGB is 218 - color contains mainly: red. Hex color #DA004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DA004A is #25FFB5. Grayscale: #494949. Windows color (decimal): -2490294 or 4849882. OLE color: 4849882.
HSL color Cylindrical-coordinate representation of color #DA004A: hue angle of 339.63º 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 #DA004A is Cyan = 0, Magento = 1, Yellow = 0.66 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.66 | 0.15 |
| HSL | 339.63º | 1% | 0.43% | - |
| HSV(B) | 339.63º | 1% | 0.85% | - |
| XYZ | 30.15 | 15.4 | 7.86 | - |
| YUV | 73.62 | 128.22 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 74 | 0 | 1 | 0.66 | 0.15 | 339.63 | 1 | 0.43 |
| Hex | DA | 0 | 4A | 0 | 64 | 42 | F | 154 | 64 | 2B |
| Octal | 332 | 0 | 112 | 0 | 144 | 102 | 17 | 524 | 144 | 53 |
| Binary | 11011010 | 0 | 1001010 | 0 | 1100100 | 1000010 | 1111 | 101010100 | 1100100 | 101011 |
Color Harmonies of #DA004A
Complementary color
Monochromatic Colors of #DA004A
Black with #DA004A
Text Example
Text Example
White with #DA004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA004A; }
p { color: rgb(218,0,74); }
H1.HeaderClassName
{
color: #DA004A;
}
.AnyTagClassName
{
color: #DA004A;
}
</style>
background-color css
<style>
a { background-color: #DA004A; }
a { background-color: rgb(218,0,74); }
div.DivClassName
{
background-color: #DA004A;
}
.BgClassName
{
background-color: #DA004A;
}
</style>
border-color css
<style>
span { border-color: #DA004A; }
span { border-color: rgb(218,0,74); }
td.TdClassName
{
border-color: #DA004A;
}
.TagClassName
{
border-color: #DA004A;
}
</style>