Shades of Razzmatazz #DD0072
Tints of Razzmatazz #DD0072
RGB
CMYK
RGB Variations
Color information
#DD0072 (or 0xDD0072) is known color: Razzmatazz. HEX triplet: DD, 00 and 72. RGB value is (221,0,114). Sum of RGB (Red+Green+Blue) = 221+0+114=335 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.97% from 335); Green value is 0 (0.39% from 255 or 0% from 335); Blue value is 114 (44.92% from 255 or 34.03% from 335); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0072 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0072 is #22FF8D. Grayscale: #4E4E4E. Windows color (decimal): -2293646 or 7471325. OLE color: 7471325.
HSL color Cylindrical-coordinate representation of color #DD0072: hue angle of 329.05º 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 #DD0072 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 114 | - |
| CMYK | 0 | 1 | 0.48 | 0.13 |
| HSL | 329.05º | 1% | 0.43% | - |
| HSV(B) | 329.05º | 1% | 0.87% | - |
| XYZ | 32.86 | 16.59 | 17.39 | - |
| YUV | 79.08 | 147.72 | 229.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 114 | 0 | 1 | 0.48 | 0.13 | 329.05 | 1 | 0.43 |
| Hex | DD | 0 | 72 | 0 | 64 | 30 | D | 149 | 64 | 2B |
| Octal | 335 | 0 | 162 | 0 | 144 | 60 | 15 | 511 | 144 | 53 |
| Binary | 11011101 | 0 | 1110010 | 0 | 1100100 | 110000 | 1101 | 101001001 | 1100100 | 101011 |
Color Harmonies of #DD0072
Complementary color
Monochromatic Colors of #DD0072
Black with #DD0072
Text Example
Text Example
White with #DD0072
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0072; }
p { color: rgb(221,0,114); }
H1.HeaderClassName
{
color: #DD0072;
}
.AnyTagClassName
{
color: #DD0072;
}
</style>
background-color css
<style>
a { background-color: #DD0072; }
a { background-color: rgb(221,0,114); }
div.DivClassName
{
background-color: #DD0072;
}
.BgClassName
{
background-color: #DD0072;
}
</style>
border-color css
<style>
span { border-color: #DD0072; }
span { border-color: rgb(221,0,114); }
td.TdClassName
{
border-color: #DD0072;
}
.TagClassName
{
border-color: #DD0072;
}
</style>