Shades of Razzmatazz #DD0456
Tints of Razzmatazz #DD0456
RGB
CMYK
RGB Variations
Color information
#DD0456 (or 0xDD0456) is known color: Razzmatazz. HEX triplet: DD, 04 and 56. RGB value is (221,4,86). Sum of RGB (Red+Green+Blue) = 221+4+86=311 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.06% from 311); Green value is 4 (1.95% from 255 or 1.29% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0456 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0456 is #22FBA9. Grayscale: #4E4E4E. Windows color (decimal): -2292650 or 5637341. OLE color: 5637341.
HSL color Cylindrical-coordinate representation of color #DD0456: hue angle of 337.33º 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 #DD0456 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 86 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.13 |
| HSL | 337.33º | 0.96% | 0.44% | - |
| HSV(B) | 337.33º | 0.98% | 0.87% | - |
| XYZ | 31.54 | 16.13 | 10.26 | - |
| YUV | 78.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 86 | 0 | 0.98 | 0.61 | 0.13 | 337.33 | 0.96 | 0.44 |
| Hex | DD | 4 | 56 | 0 | 62 | 3D | D | 151 | 60 | 2C |
| Octal | 335 | 4 | 126 | 0 | 142 | 75 | 15 | 521 | 140 | 54 |
| Binary | 11011101 | 100 | 1010110 | 0 | 1100010 | 111101 | 1101 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DD0456
Complementary color
Monochromatic Colors of #DD0456
Black with #DD0456
Text Example
Text Example
White with #DD0456
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0456; }
p { color: rgb(221,4,86); }
H1.HeaderClassName
{
color: #DD0456;
}
.AnyTagClassName
{
color: #DD0456;
}
</style>
background-color css
<style>
a { background-color: #DD0456; }
a { background-color: rgb(221,4,86); }
div.DivClassName
{
background-color: #DD0456;
}
.BgClassName
{
background-color: #DD0456;
}
</style>
border-color css
<style>
span { border-color: #DD0456; }
span { border-color: rgb(221,4,86); }
td.TdClassName
{
border-color: #DD0456;
}
.TagClassName
{
border-color: #DD0456;
}
</style>