Shades of Razzmatazz #DD0073
Tints of Razzmatazz #DD0073
RGB
CMYK
RGB Variations
Color information
#DD0073 (or 0xDD0073) is known color: Razzmatazz. HEX triplet: DD, 00 and 73. RGB value is (221,0,115). Sum of RGB (Red+Green+Blue) = 221+0+115=336 (44% of max value = 765). Red value is 221 (86.72% from 255 or 65.77% from 336); Green value is 0 (0.39% from 255 or 0% from 336); Blue value is 115 (45.31% from 255 or 34.23% from 336); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0073 is #22FF8C. Grayscale: #4E4E4E. Windows color (decimal): -2293645 or 7536861. OLE color: 7536861.
HSL color Cylindrical-coordinate representation of color #DD0073: hue angle of 328.78º 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 #DD0073 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.48 | 0.13 |
| HSL | 328.78º | 1% | 0.43% | - |
| HSV(B) | 328.78º | 1% | 0.87% | - |
| XYZ | 32.91 | 16.61 | 17.69 | - |
| YUV | 79.19 | 148.22 | 229.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 115 | 0 | 1 | 0.48 | 0.13 | 328.78 | 1 | 0.43 |
| Hex | DD | 0 | 73 | 0 | 64 | 30 | D | 149 | 64 | 2B |
| Octal | 335 | 0 | 163 | 0 | 144 | 60 | 15 | 511 | 144 | 53 |
| Binary | 11011101 | 0 | 1110011 | 0 | 1100100 | 110000 | 1101 | 101001001 | 1100100 | 101011 |
Color Harmonies of #DD0073
Complementary color
Monochromatic Colors of #DD0073
Black with #DD0073
Text Example
Text Example
White with #DD0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0073; }
p { color: rgb(221,0,115); }
H1.HeaderClassName
{
color: #DD0073;
}
.AnyTagClassName
{
color: #DD0073;
}
</style>
background-color css
<style>
a { background-color: #DD0073; }
a { background-color: rgb(221,0,115); }
div.DivClassName
{
background-color: #DD0073;
}
.BgClassName
{
background-color: #DD0073;
}
</style>
border-color css
<style>
span { border-color: #DD0073; }
span { border-color: rgb(221,0,115); }
td.TdClassName
{
border-color: #DD0073;
}
.TagClassName
{
border-color: #DD0073;
}
</style>