Shades of Razzmatazz #DA004D
Tints of Razzmatazz #DA004D
RGB
CMYK
RGB Variations
Color information
#DA004D (or 0xDA004D) is known color: Razzmatazz. HEX triplet: DA, 00 and 4D. RGB value is (218,0,77). Sum of RGB (Red+Green+Blue) = 218+0+77=295 (39% of max value = 765). Red value is 218 (85.55% from 255 or 73.90% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 77 (30.47% from 255 or 26.10% from 295); Max value from RGB is 218 - color contains mainly: red. Hex color #DA004D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DA004D is #25FFB2. Grayscale: #494949. Windows color (decimal): -2490291 or 5046490. OLE color: 5046490.
HSL color Cylindrical-coordinate representation of color #DA004D: hue angle of 338.81º 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 #DA004D is Cyan = 0, Magento = 1, Yellow = 0.65 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 0 | 77 | - |
| CMYK | 0 | 1 | 0.65 | 0.15 |
| HSL | 338.81º | 1% | 0.43% | - |
| HSV(B) | 338.81º | 1% | 0.85% | - |
| XYZ | 30.25 | 15.44 | 8.41 | - |
| YUV | 73.96 | 129.72 | 230.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 0 | 77 | 0 | 1 | 0.65 | 0.15 | 338.81 | 1 | 0.43 |
| Hex | DA | 0 | 4D | 0 | 64 | 41 | F | 153 | 64 | 2B |
| Octal | 332 | 0 | 115 | 0 | 144 | 101 | 17 | 523 | 144 | 53 |
| Binary | 11011010 | 0 | 1001101 | 0 | 1100100 | 1000001 | 1111 | 101010011 | 1100100 | 101011 |
Color Harmonies of #DA004D
Complementary color
Monochromatic Colors of #DA004D
Black with #DA004D
Text Example
Text Example
White with #DA004D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA004D; }
p { color: rgb(218,0,77); }
H1.HeaderClassName
{
color: #DA004D;
}
.AnyTagClassName
{
color: #DA004D;
}
</style>
background-color css
<style>
a { background-color: #DA004D; }
a { background-color: rgb(218,0,77); }
div.DivClassName
{
background-color: #DA004D;
}
.BgClassName
{
background-color: #DA004D;
}
</style>
border-color css
<style>
span { border-color: #DA004D; }
span { border-color: rgb(218,0,77); }
td.TdClassName
{
border-color: #DA004D;
}
.TagClassName
{
border-color: #DA004D;
}
</style>