Shades of Razzmatazz #DD0059
Tints of Razzmatazz #DD0059
RGB
CMYK
RGB Variations
Color information
#DD0059 (or 0xDD0059) is known color: Razzmatazz. HEX triplet: DD, 00 and 59. RGB value is (221,0,89). Sum of RGB (Red+Green+Blue) = 221+0+89=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 0 (0.39% from 255 or 0% from 310); Blue value is 89 (35.16% from 255 or 28.71% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0059 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0059 is #22FFA6. Grayscale: #4C4C4C. Windows color (decimal): -2293671 or 5832925. OLE color: 5832925.
HSL color Cylindrical-coordinate representation of color #DD0059: hue angle of 335.84º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0059 is Cyan = 0, Magento = 1, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 89 | - |
| CMYK | 0 | 1 | 0.60 | 0.13 |
| HSL | 335.84º | 1% | 0.43% | - |
| HSV(B) | 335.84º | 1% | 0.87% | - |
| XYZ | 31.62 | 16.09 | 10.89 | - |
| YUV | 76.23 | 135.22 | 231.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 89 | 0 | 1 | 0.60 | 0.13 | 335.84 | 1 | 0.43 |
| Hex | DD | 0 | 59 | 0 | 64 | 3C | D | 150 | 64 | 2B |
| Octal | 335 | 0 | 131 | 0 | 144 | 74 | 15 | 520 | 144 | 53 |
| Binary | 11011101 | 0 | 1011001 | 0 | 1100100 | 111100 | 1101 | 101010000 | 1100100 | 101011 |
Color Harmonies of #DD0059
Complementary color
Monochromatic Colors of #DD0059
Black with #DD0059
Text Example
Text Example
White with #DD0059
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0059; }
p { color: rgb(221,0,89); }
H1.HeaderClassName
{
color: #DD0059;
}
.AnyTagClassName
{
color: #DD0059;
}
</style>
background-color css
<style>
a { background-color: #DD0059; }
a { background-color: rgb(221,0,89); }
div.DivClassName
{
background-color: #DD0059;
}
.BgClassName
{
background-color: #DD0059;
}
</style>
border-color css
<style>
span { border-color: #DD0059; }
span { border-color: rgb(221,0,89); }
td.TdClassName
{
border-color: #DD0059;
}
.TagClassName
{
border-color: #DD0059;
}
</style>