Shades of Razzmatazz #DD044D
Tints of Razzmatazz #DD044D
RGB
CMYK
RGB Variations
Color information
#DD044D (or 0xDD044D) is known color: Razzmatazz. HEX triplet: DD, 04 and 4D. RGB value is (221,4,77). Sum of RGB (Red+Green+Blue) = 221+4+77=302 (40% of max value = 765). Red value is 221 (86.72% from 255 or 73.18% from 302); Green value is 4 (1.95% from 255 or 1.32% from 302); Blue value is 77 (30.47% from 255 or 25.50% from 302); Max value from RGB is 221 - color contains mainly: red. Hex color #DD044D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD044D is #22FBB2. Grayscale: #4D4D4D. Windows color (decimal): -2292659 or 5047517. OLE color: 5047517.
HSL color Cylindrical-coordinate representation of color #DD044D: hue angle of 339.82º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD044D is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 77 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.13 |
| HSL | 339.82º | 0.96% | 0.44% | - |
| HSV(B) | 339.82º | 0.98% | 0.87% | - |
| XYZ | 31.2 | 15.99 | 8.46 | - |
| YUV | 77.21 | 127.89 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 77 | 0 | 0.98 | 0.65 | 0.13 | 339.82 | 0.96 | 0.44 |
| Hex | DD | 4 | 4D | 0 | 62 | 41 | D | 154 | 60 | 2C |
| Octal | 335 | 4 | 115 | 0 | 142 | 101 | 15 | 524 | 140 | 54 |
| Binary | 11011101 | 100 | 1001101 | 0 | 1100010 | 1000001 | 1101 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DD044D
Complementary color
Monochromatic Colors of #DD044D
Black with #DD044D
Text Example
Text Example
White with #DD044D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD044D; }
p { color: rgb(221,4,77); }
H1.HeaderClassName
{
color: #DD044D;
}
.AnyTagClassName
{
color: #DD044D;
}
</style>
background-color css
<style>
a { background-color: #DD044D; }
a { background-color: rgb(221,4,77); }
div.DivClassName
{
background-color: #DD044D;
}
.BgClassName
{
background-color: #DD044D;
}
</style>
border-color css
<style>
span { border-color: #DD044D; }
span { border-color: rgb(221,4,77); }
td.TdClassName
{
border-color: #DD044D;
}
.TagClassName
{
border-color: #DD044D;
}
</style>