Shades of Razzmatazz #DD0551
Tints of Razzmatazz #DD0551
RGB
CMYK
RGB Variations
Color information
#DD0551 (or 0xDD0551) is known color: Razzmatazz. HEX triplet: DD, 05 and 51. RGB value is (221,5,81). Sum of RGB (Red+Green+Blue) = 221+5+81=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 81 (32.03% from 255 or 26.38% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0551 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0551 is #22FAAE. Grayscale: #4E4E4E. Windows color (decimal): -2292399 or 5309917. OLE color: 5309917.
HSL color Cylindrical-coordinate representation of color #DD0551: hue angle of 338.89º 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 #DD0551 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 81 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.13 |
| HSL | 338.89º | 0.96% | 0.44% | - |
| HSV(B) | 338.89º | 0.98% | 0.87% | - |
| XYZ | 31.36 | 16.07 | 9.23 | - |
| YUV | 78.25 | 129.56 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 81 | 0 | 0.98 | 0.63 | 0.13 | 338.89 | 0.96 | 0.44 |
| Hex | DD | 5 | 51 | 0 | 62 | 3F | D | 153 | 60 | 2C |
| Octal | 335 | 5 | 121 | 0 | 142 | 77 | 15 | 523 | 140 | 54 |
| Binary | 11011101 | 101 | 1010001 | 0 | 1100010 | 111111 | 1101 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DD0551
Complementary color
Monochromatic Colors of #DD0551
Black with #DD0551
Text Example
Text Example
White with #DD0551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0551; }
p { color: rgb(221,5,81); }
H1.HeaderClassName
{
color: #DD0551;
}
.AnyTagClassName
{
color: #DD0551;
}
</style>
background-color css
<style>
a { background-color: #DD0551; }
a { background-color: rgb(221,5,81); }
div.DivClassName
{
background-color: #DD0551;
}
.BgClassName
{
background-color: #DD0551;
}
</style>
border-color css
<style>
span { border-color: #DD0551; }
span { border-color: rgb(221,5,81); }
td.TdClassName
{
border-color: #DD0551;
}
.TagClassName
{
border-color: #DD0551;
}
</style>