Shades of Razzmatazz #DD005B
Tints of Razzmatazz #DD005B
RGB
CMYK
RGB Variations
Color information
#DD005B (or 0xDD005B) is known color: Razzmatazz. HEX triplet: DD, 00 and 5B. RGB value is (221,0,91). Sum of RGB (Red+Green+Blue) = 221+0+91=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 0 (0.39% from 255 or 0% from 312); Blue value is 91 (35.94% from 255 or 29.17% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD005B is #22FFA4. Grayscale: #4C4C4C. Windows color (decimal): -2293669 or 5963997. OLE color: 5963997.
HSL color Cylindrical-coordinate representation of color #DD005B: hue angle of 335.29º 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 #DD005B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.59 | 0.13 |
| HSL | 335.29º | 1% | 0.43% | - |
| HSV(B) | 335.29º | 1% | 0.87% | - |
| XYZ | 31.71 | 16.13 | 11.34 | - |
| YUV | 76.45 | 136.22 | 231.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 91 | 0 | 1 | 0.59 | 0.13 | 335.29 | 1 | 0.43 |
| Hex | DD | 0 | 5B | 0 | 64 | 3B | D | 14F | 64 | 2B |
| Octal | 335 | 0 | 133 | 0 | 144 | 73 | 15 | 517 | 144 | 53 |
| Binary | 11011101 | 0 | 1011011 | 0 | 1100100 | 111011 | 1101 | 101001111 | 1100100 | 101011 |
Color Harmonies of #DD005B
Complementary color
Monochromatic Colors of #DD005B
Black with #DD005B
Text Example
Text Example
White with #DD005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD005B; }
p { color: rgb(221,0,91); }
H1.HeaderClassName
{
color: #DD005B;
}
.AnyTagClassName
{
color: #DD005B;
}
</style>
background-color css
<style>
a { background-color: #DD005B; }
a { background-color: rgb(221,0,91); }
div.DivClassName
{
background-color: #DD005B;
}
.BgClassName
{
background-color: #DD005B;
}
</style>
border-color css
<style>
span { border-color: #DD005B; }
span { border-color: rgb(221,0,91); }
td.TdClassName
{
border-color: #DD005B;
}
.TagClassName
{
border-color: #DD005B;
}
</style>