Shades of Razzmatazz #DD0055
Tints of Razzmatazz #DD0055
RGB
CMYK
RGB Variations
Color information
#DD0055 (or 0xDD0055) is known color: Razzmatazz. HEX triplet: DD, 00 and 55. RGB value is (221,0,85). Sum of RGB (Red+Green+Blue) = 221+0+85=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 0 (0.39% from 255 or 0% from 306); Blue value is 85 (33.59% from 255 or 27.78% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0055 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0055 is #22FFAA. Grayscale: #4B4B4B. Windows color (decimal): -2293675 or 5570781. OLE color: 5570781.
HSL color Cylindrical-coordinate representation of color #DD0055: hue angle of 336.92º 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 #DD0055 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 85 | - |
| CMYK | 0 | 1 | 0.62 | 0.13 |
| HSL | 336.92º | 1% | 0.43% | - |
| HSV(B) | 336.92º | 1% | 0.87% | - |
| XYZ | 31.46 | 16.03 | 10.03 | - |
| YUV | 75.77 | 133.22 | 231.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 85 | 0 | 1 | 0.62 | 0.13 | 336.92 | 1 | 0.43 |
| Hex | DD | 0 | 55 | 0 | 64 | 3E | D | 151 | 64 | 2B |
| Octal | 335 | 0 | 125 | 0 | 144 | 76 | 15 | 521 | 144 | 53 |
| Binary | 11011101 | 0 | 1010101 | 0 | 1100100 | 111110 | 1101 | 101010001 | 1100100 | 101011 |
Color Harmonies of #DD0055
Complementary color
Monochromatic Colors of #DD0055
Black with #DD0055
Text Example
Text Example
White with #DD0055
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0055; }
p { color: rgb(221,0,85); }
H1.HeaderClassName
{
color: #DD0055;
}
.AnyTagClassName
{
color: #DD0055;
}
</style>
background-color css
<style>
a { background-color: #DD0055; }
a { background-color: rgb(221,0,85); }
div.DivClassName
{
background-color: #DD0055;
}
.BgClassName
{
background-color: #DD0055;
}
</style>
border-color css
<style>
span { border-color: #DD0055; }
span { border-color: rgb(221,0,85); }
td.TdClassName
{
border-color: #DD0055;
}
.TagClassName
{
border-color: #DD0055;
}
</style>