Shades of Razzmatazz #DD0553
Tints of Razzmatazz #DD0553
RGB
CMYK
RGB Variations
Color information
#DD0553 (or 0xDD0553) is known color: Razzmatazz. HEX triplet: DD, 05 and 53. RGB value is (221,5,83). Sum of RGB (Red+Green+Blue) = 221+5+83=309 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.52% from 309); Green value is 5 (2.34% from 255 or 1.62% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0553 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0553 is #22FAAC. Grayscale: #4E4E4E. Windows color (decimal): -2292397 or 5440989. OLE color: 5440989.
HSL color Cylindrical-coordinate representation of color #DD0553: hue angle of 338.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 #DD0553 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 83 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.13 |
| HSL | 338.33º | 0.96% | 0.44% | - |
| HSV(B) | 338.33º | 0.98% | 0.87% | - |
| XYZ | 31.43 | 16.11 | 9.64 | - |
| YUV | 78.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 83 | 0 | 0.98 | 0.62 | 0.13 | 338.33 | 0.96 | 0.44 |
| Hex | DD | 5 | 53 | 0 | 62 | 3E | D | 152 | 60 | 2C |
| Octal | 335 | 5 | 123 | 0 | 142 | 76 | 15 | 522 | 140 | 54 |
| Binary | 11011101 | 101 | 1010011 | 0 | 1100010 | 111110 | 1101 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DD0553
Complementary color
Monochromatic Colors of #DD0553
Black with #DD0553
Text Example
Text Example
White with #DD0553
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0553; }
p { color: rgb(221,5,83); }
H1.HeaderClassName
{
color: #DD0553;
}
.AnyTagClassName
{
color: #DD0553;
}
</style>
background-color css
<style>
a { background-color: #DD0553; }
a { background-color: rgb(221,5,83); }
div.DivClassName
{
background-color: #DD0553;
}
.BgClassName
{
background-color: #DD0553;
}
</style>
border-color css
<style>
span { border-color: #DD0553; }
span { border-color: rgb(221,5,83); }
td.TdClassName
{
border-color: #DD0553;
}
.TagClassName
{
border-color: #DD0553;
}
</style>