Shades of Razzmatazz #DD0070
Tints of Razzmatazz #DD0070
RGB
CMYK
RGB Variations
Color information
#DD0070 (or 0xDD0070) is known color: Razzmatazz. HEX triplet: DD, 00 and 70. RGB value is (221,0,112). Sum of RGB (Red+Green+Blue) = 221+0+112=333 (44% of max value = 765). Red value is 221 (86.72% from 255 or 66.37% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 112 (44.14% from 255 or 33.63% from 333); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0070 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0070 is #22FF8F. Grayscale: #4E4E4E. Windows color (decimal): -2293648 or 7340253. OLE color: 7340253.
HSL color Cylindrical-coordinate representation of color #DD0070: hue angle of 329.59º 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 #DD0070 is Cyan = 0, Magento = 1, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 112 | - |
| CMYK | 0 | 1 | 0.49 | 0.13 |
| HSL | 329.59º | 1% | 0.43% | - |
| HSV(B) | 329.59º | 1% | 0.87% | - |
| XYZ | 32.74 | 16.54 | 16.8 | - |
| YUV | 78.85 | 146.72 | 229.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 112 | 0 | 1 | 0.49 | 0.13 | 329.59 | 1 | 0.43 |
| Hex | DD | 0 | 70 | 0 | 64 | 31 | D | 14A | 64 | 2B |
| Octal | 335 | 0 | 160 | 0 | 144 | 61 | 15 | 512 | 144 | 53 |
| Binary | 11011101 | 0 | 1110000 | 0 | 1100100 | 110001 | 1101 | 101001010 | 1100100 | 101011 |
Color Harmonies of #DD0070
Complementary color
Monochromatic Colors of #DD0070
Black with #DD0070
Text Example
Text Example
White with #DD0070
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0070; }
p { color: rgb(221,0,112); }
H1.HeaderClassName
{
color: #DD0070;
}
.AnyTagClassName
{
color: #DD0070;
}
</style>
background-color css
<style>
a { background-color: #DD0070; }
a { background-color: rgb(221,0,112); }
div.DivClassName
{
background-color: #DD0070;
}
.BgClassName
{
background-color: #DD0070;
}
</style>
border-color css
<style>
span { border-color: #DD0070; }
span { border-color: rgb(221,0,112); }
td.TdClassName
{
border-color: #DD0070;
}
.TagClassName
{
border-color: #DD0070;
}
</style>