Shades of Razzmatazz #DD005E
Tints of Razzmatazz #DD005E
RGB
CMYK
RGB Variations
Color information
#DD005E (or 0xDD005E) is known color: Razzmatazz. HEX triplet: DD, 00 and 5E. RGB value is (221,0,94). Sum of RGB (Red+Green+Blue) = 221+0+94=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 0 (0.39% from 255 or 0% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD005E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD005E is #22FFA1. Grayscale: #4C4C4C. Windows color (decimal): -2293666 or 6160605. OLE color: 6160605.
HSL color Cylindrical-coordinate representation of color #DD005E: hue angle of 334.48º 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 #DD005E is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 94 | - |
| CMYK | 0 | 1 | 0.57 | 0.13 |
| HSL | 334.48º | 1% | 0.43% | - |
| HSV(B) | 334.48º | 1% | 0.87% | - |
| XYZ | 31.84 | 16.18 | 12.03 | - |
| YUV | 76.8 | 137.72 | 230.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 94 | 0 | 1 | 0.57 | 0.13 | 334.48 | 1 | 0.43 |
| Hex | DD | 0 | 5E | 0 | 64 | 39 | D | 14E | 64 | 2B |
| Octal | 335 | 0 | 136 | 0 | 144 | 71 | 15 | 516 | 144 | 53 |
| Binary | 11011101 | 0 | 1011110 | 0 | 1100100 | 111001 | 1101 | 101001110 | 1100100 | 101011 |
Color Harmonies of #DD005E
Complementary color
Monochromatic Colors of #DD005E
Black with #DD005E
Text Example
Text Example
White with #DD005E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD005E; }
p { color: rgb(221,0,94); }
H1.HeaderClassName
{
color: #DD005E;
}
.AnyTagClassName
{
color: #DD005E;
}
</style>
background-color css
<style>
a { background-color: #DD005E; }
a { background-color: rgb(221,0,94); }
div.DivClassName
{
background-color: #DD005E;
}
.BgClassName
{
background-color: #DD005E;
}
</style>
border-color css
<style>
span { border-color: #DD005E; }
span { border-color: rgb(221,0,94); }
td.TdClassName
{
border-color: #DD005E;
}
.TagClassName
{
border-color: #DD005E;
}
</style>