Shades of Razzmatazz #DD0054
Tints of Razzmatazz #DD0054
RGB
CMYK
RGB Variations
Color information
#DD0054 (or 0xDD0054) is known color: Razzmatazz. HEX triplet: DD, 00 and 54. RGB value is (221,0,84). Sum of RGB (Red+Green+Blue) = 221+0+84=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 0 (0.39% from 255 or 0% from 305); Blue value is 84 (33.20% from 255 or 27.54% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0054 is #22FFAB. Grayscale: #4B4B4B. Windows color (decimal): -2293676 or 5505245. OLE color: 5505245.
HSL color Cylindrical-coordinate representation of color #DD0054: hue angle of 337.19º 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 #DD0054 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.62 | 0.13 |
| HSL | 337.19º | 1% | 0.43% | - |
| HSV(B) | 337.19º | 1% | 0.87% | - |
| XYZ | 31.42 | 16.01 | 9.82 | - |
| YUV | 75.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 84 | 0 | 1 | 0.62 | 0.13 | 337.19 | 1 | 0.43 |
| Hex | DD | 0 | 54 | 0 | 64 | 3E | D | 151 | 64 | 2B |
| Octal | 335 | 0 | 124 | 0 | 144 | 76 | 15 | 521 | 144 | 53 |
| Binary | 11011101 | 0 | 1010100 | 0 | 1100100 | 111110 | 1101 | 101010001 | 1100100 | 101011 |
Color Harmonies of #DD0054
Complementary color
Monochromatic Colors of #DD0054
Black with #DD0054
Text Example
Text Example
White with #DD0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0054; }
p { color: rgb(221,0,84); }
H1.HeaderClassName
{
color: #DD0054;
}
.AnyTagClassName
{
color: #DD0054;
}
</style>
background-color css
<style>
a { background-color: #DD0054; }
a { background-color: rgb(221,0,84); }
div.DivClassName
{
background-color: #DD0054;
}
.BgClassName
{
background-color: #DD0054;
}
</style>
border-color css
<style>
span { border-color: #DD0054; }
span { border-color: rgb(221,0,84); }
td.TdClassName
{
border-color: #DD0054;
}
.TagClassName
{
border-color: #DD0054;
}
</style>