Shades of Razzmatazz #DD0554
Tints of Razzmatazz #DD0554
RGB
CMYK
RGB Variations
Color information
#DD0554 (or 0xDD0554) is known color: Razzmatazz. HEX triplet: DD, 05 and 54. RGB value is (221,5,84). Sum of RGB (Red+Green+Blue) = 221+5+84=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 5 (2.34% from 255 or 1.61% from 310); Blue value is 84 (33.20% from 255 or 27.10% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0554 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0554 is #22FAAB. Grayscale: #4E4E4E. Windows color (decimal): -2292396 or 5506525. OLE color: 5506525.
HSL color Cylindrical-coordinate representation of color #DD0554: hue angle of 338.06º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0554 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 84 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.13 |
| HSL | 338.06º | 0.96% | 0.44% | - |
| HSV(B) | 338.06º | 0.98% | 0.87% | - |
| XYZ | 31.47 | 16.12 | 9.84 | - |
| YUV | 78.59 | 131.06 | 229.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 84 | 0 | 0.98 | 0.62 | 0.13 | 338.06 | 0.96 | 0.44 |
| Hex | DD | 5 | 54 | 0 | 62 | 3E | D | 152 | 60 | 2C |
| Octal | 335 | 5 | 124 | 0 | 142 | 76 | 15 | 522 | 140 | 54 |
| Binary | 11011101 | 101 | 1010100 | 0 | 1100010 | 111110 | 1101 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DD0554
Complementary color
Monochromatic Colors of #DD0554
Black with #DD0554
Text Example
Text Example
White with #DD0554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0554; }
p { color: rgb(221,5,84); }
H1.HeaderClassName
{
color: #DD0554;
}
.AnyTagClassName
{
color: #DD0554;
}
</style>
background-color css
<style>
a { background-color: #DD0554; }
a { background-color: rgb(221,5,84); }
div.DivClassName
{
background-color: #DD0554;
}
.BgClassName
{
background-color: #DD0554;
}
</style>
border-color css
<style>
span { border-color: #DD0554; }
span { border-color: rgb(221,5,84); }
td.TdClassName
{
border-color: #DD0554;
}
.TagClassName
{
border-color: #DD0554;
}
</style>