Shades of Razzmatazz #DD004A
Tints of Razzmatazz #DD004A
RGB
CMYK
RGB Variations
Color information
#DD004A (or 0xDD004A) is known color: Razzmatazz. HEX triplet: DD, 00 and 4A. RGB value is (221,0,74). Sum of RGB (Red+Green+Blue) = 221+0+74=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 0 (0.39% from 255 or 0% from 295); Blue value is 74 (29.30% from 255 or 25.08% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD004A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD004A is #22FFB5. Grayscale: #4A4A4A. Windows color (decimal): -2293686 or 4849885. OLE color: 4849885.
HSL color Cylindrical-coordinate representation of color #DD004A: hue angle of 339.91º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD004A is Cyan = 0, Magento = 1, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 74 | - |
| CMYK | 0 | 1 | 0.67 | 0.13 |
| HSL | 339.91º | 1% | 0.43% | - |
| HSV(B) | 339.91º | 1% | 0.87% | - |
| XYZ | 31.05 | 15.87 | 7.9 | - |
| YUV | 74.52 | 127.72 | 232.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 74 | 0 | 1 | 0.67 | 0.13 | 339.91 | 1 | 0.43 |
| Hex | DD | 0 | 4A | 0 | 64 | 43 | D | 154 | 64 | 2B |
| Octal | 335 | 0 | 112 | 0 | 144 | 103 | 15 | 524 | 144 | 53 |
| Binary | 11011101 | 0 | 1001010 | 0 | 1100100 | 1000011 | 1101 | 101010100 | 1100100 | 101011 |
Color Harmonies of #DD004A
Complementary color
Monochromatic Colors of #DD004A
Black with #DD004A
Text Example
Text Example
White with #DD004A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD004A; }
p { color: rgb(221,0,74); }
H1.HeaderClassName
{
color: #DD004A;
}
.AnyTagClassName
{
color: #DD004A;
}
</style>
background-color css
<style>
a { background-color: #DD004A; }
a { background-color: rgb(221,0,74); }
div.DivClassName
{
background-color: #DD004A;
}
.BgClassName
{
background-color: #DD004A;
}
</style>
border-color css
<style>
span { border-color: #DD004A; }
span { border-color: rgb(221,0,74); }
td.TdClassName
{
border-color: #DD004A;
}
.TagClassName
{
border-color: #DD004A;
}
</style>