Shades of Razzmatazz #DD0454
Tints of Razzmatazz #DD0454
RGB
CMYK
RGB Variations
Color information
#DD0454 (or 0xDD0454) is known color: Razzmatazz. HEX triplet: DD, 04 and 54. RGB value is (221,4,84). Sum of RGB (Red+Green+Blue) = 221+4+84=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 4 (1.95% from 255 or 1.29% from 309); Blue value is 84 (33.20% from 255 or 27.18% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0454 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0454 is #22FBAB. Grayscale: #4D4D4D. Windows color (decimal): -2292652 or 5506269. OLE color: 5506269.
HSL color Cylindrical-coordinate representation of color #DD0454: hue angle of 337.88º 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 #DD0454 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 84 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.13 |
| HSL | 337.88º | 0.96% | 0.44% | - |
| HSV(B) | 337.88º | 0.98% | 0.87% | - |
| XYZ | 31.46 | 16.1 | 9.84 | - |
| YUV | 78 | 131.39 | 230 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 84 | 0 | 0.98 | 0.62 | 0.13 | 337.88 | 0.96 | 0.44 |
| Hex | DD | 4 | 54 | 0 | 62 | 3E | D | 152 | 60 | 2C |
| Octal | 335 | 4 | 124 | 0 | 142 | 76 | 15 | 522 | 140 | 54 |
| Binary | 11011101 | 100 | 1010100 | 0 | 1100010 | 111110 | 1101 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DD0454
Complementary color
Monochromatic Colors of #DD0454
Black with #DD0454
Text Example
Text Example
White with #DD0454
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0454; }
p { color: rgb(221,4,84); }
H1.HeaderClassName
{
color: #DD0454;
}
.AnyTagClassName
{
color: #DD0454;
}
</style>
background-color css
<style>
a { background-color: #DD0454; }
a { background-color: rgb(221,4,84); }
div.DivClassName
{
background-color: #DD0454;
}
.BgClassName
{
background-color: #DD0454;
}
</style>
border-color css
<style>
span { border-color: #DD0454; }
span { border-color: rgb(221,4,84); }
td.TdClassName
{
border-color: #DD0454;
}
.TagClassName
{
border-color: #DD0454;
}
</style>