Shades of Razzmatazz #DD0557
Tints of Razzmatazz #DD0557
RGB
CMYK
RGB Variations
Color information
#DD0557 (or 0xDD0557) is known color: Razzmatazz. HEX triplet: DD, 05 and 57. RGB value is (221,5,87). Sum of RGB (Red+Green+Blue) = 221+5+87=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 5 (2.34% from 255 or 1.60% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0557 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0557 is #22FAA8. Grayscale: #4E4E4E. Windows color (decimal): -2292393 or 5703133. OLE color: 5703133.
HSL color Cylindrical-coordinate representation of color #DD0557: hue angle of 337.22º 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 #DD0557 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 87 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.13 |
| HSL | 337.22º | 0.96% | 0.44% | - |
| HSV(B) | 337.22º | 0.98% | 0.87% | - |
| XYZ | 31.59 | 16.17 | 10.47 | - |
| YUV | 78.93 | 132.56 | 229.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 87 | 0 | 0.98 | 0.61 | 0.13 | 337.22 | 0.96 | 0.44 |
| Hex | DD | 5 | 57 | 0 | 62 | 3D | D | 151 | 60 | 2C |
| Octal | 335 | 5 | 127 | 0 | 142 | 75 | 15 | 521 | 140 | 54 |
| Binary | 11011101 | 101 | 1010111 | 0 | 1100010 | 111101 | 1101 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DD0557
Complementary color
Monochromatic Colors of #DD0557
Black with #DD0557
Text Example
Text Example
White with #DD0557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0557; }
p { color: rgb(221,5,87); }
H1.HeaderClassName
{
color: #DD0557;
}
.AnyTagClassName
{
color: #DD0557;
}
</style>
background-color css
<style>
a { background-color: #DD0557; }
a { background-color: rgb(221,5,87); }
div.DivClassName
{
background-color: #DD0557;
}
.BgClassName
{
background-color: #DD0557;
}
</style>
border-color css
<style>
span { border-color: #DD0557; }
span { border-color: rgb(221,5,87); }
td.TdClassName
{
border-color: #DD0557;
}
.TagClassName
{
border-color: #DD0557;
}
</style>