Shades of Razzmatazz #DD0160
Tints of Razzmatazz #DD0160
RGB
CMYK
RGB Variations
Color information
#DD0160 (or 0xDD0160) is known color: Razzmatazz. HEX triplet: DD, 01 and 60. RGB value is (221,1,96). Sum of RGB (Red+Green+Blue) = 221+1+96=318 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.50% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 96 (37.89% from 255 or 30.19% from 318); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0160 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0160 is #22FE9F. Grayscale: #4D4D4D. Windows color (decimal): -2293408 or 6291933. OLE color: 6291933.
HSL color Cylindrical-coordinate representation of color #DD0160: hue angle of 334.09º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0160 is Cyan = 0, Magento = 1.00, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 96 | - |
| CMYK | 0 | 1.00 | 0.57 | 0.13 |
| HSL | 334.09º | 0.99% | 0.44% | - |
| HSV(B) | 334.09º | 1% | 0.87% | - |
| XYZ | 31.94 | 16.24 | 12.52 | - |
| YUV | 77.61 | 138.39 | 230.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 96 | 0 | 1.00 | 0.57 | 0.13 | 334.09 | 0.99 | 0.44 |
| Hex | DD | 1 | 60 | 0 | 64 | 39 | D | 14E | 63 | 2C |
| Octal | 335 | 1 | 140 | 0 | 144 | 71 | 15 | 516 | 143 | 54 |
| Binary | 11011101 | 1 | 1100000 | 0 | 1100100 | 111001 | 1101 | 101001110 | 1100011 | 101100 |
Color Harmonies of #DD0160
Complementary color
Monochromatic Colors of #DD0160
Black with #DD0160
Text Example
Text Example
White with #DD0160
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0160; }
p { color: rgb(221,1,96); }
H1.HeaderClassName
{
color: #DD0160;
}
.AnyTagClassName
{
color: #DD0160;
}
</style>
background-color css
<style>
a { background-color: #DD0160; }
a { background-color: rgb(221,1,96); }
div.DivClassName
{
background-color: #DD0160;
}
.BgClassName
{
background-color: #DD0160;
}
</style>
border-color css
<style>
span { border-color: #DD0160; }
span { border-color: rgb(221,1,96); }
td.TdClassName
{
border-color: #DD0160;
}
.TagClassName
{
border-color: #DD0160;
}
</style>