Shades of Razzmatazz #DD0559
Tints of Razzmatazz #DD0559
RGB
CMYK
RGB Variations
Color information
#DD0559 (or 0xDD0559) is known color: Razzmatazz. HEX triplet: DD, 05 and 59. RGB value is (221,5,89). Sum of RGB (Red+Green+Blue) = 221+5+89=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 5 (2.34% from 255 or 1.59% from 315); Blue value is 89 (35.16% from 255 or 28.25% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0559 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0559 is #22FAA6. Grayscale: #4F4F4F. Windows color (decimal): -2292391 or 5834205. OLE color: 5834205.
HSL color Cylindrical-coordinate representation of color #DD0559: hue angle of 336.67º 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 #DD0559 is Cyan = 0, Magento = 0.98, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 89 | - |
| CMYK | 0 | 0.98 | 0.60 | 0.13 |
| HSL | 336.67º | 0.96% | 0.44% | - |
| HSV(B) | 336.67º | 0.98% | 0.87% | - |
| XYZ | 31.68 | 16.2 | 10.91 | - |
| YUV | 79.16 | 133.56 | 229.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 89 | 0 | 0.98 | 0.60 | 0.13 | 336.67 | 0.96 | 0.44 |
| Hex | DD | 5 | 59 | 0 | 62 | 3C | D | 151 | 60 | 2C |
| Octal | 335 | 5 | 131 | 0 | 142 | 74 | 15 | 521 | 140 | 54 |
| Binary | 11011101 | 101 | 1011001 | 0 | 1100010 | 111100 | 1101 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DD0559
Complementary color
Monochromatic Colors of #DD0559
Black with #DD0559
Text Example
Text Example
White with #DD0559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0559; }
p { color: rgb(221,5,89); }
H1.HeaderClassName
{
color: #DD0559;
}
.AnyTagClassName
{
color: #DD0559;
}
</style>
background-color css
<style>
a { background-color: #DD0559; }
a { background-color: rgb(221,5,89); }
div.DivClassName
{
background-color: #DD0559;
}
.BgClassName
{
background-color: #DD0559;
}
</style>
border-color css
<style>
span { border-color: #DD0559; }
span { border-color: rgb(221,5,89); }
td.TdClassName
{
border-color: #DD0559;
}
.TagClassName
{
border-color: #DD0559;
}
</style>