Shades of Razzmatazz #DD034F
Tints of Razzmatazz #DD034F
RGB
CMYK
RGB Variations
Color information
#DD034F (or 0xDD034F) is known color: Razzmatazz. HEX triplet: DD, 03 and 4F. RGB value is (221,3,79). Sum of RGB (Red+Green+Blue) = 221+3+79=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 79 (31.25% from 255 or 26.07% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD034F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD034F is #22FCB0. Grayscale: #4C4C4C. Windows color (decimal): -2292913 or 5178333. OLE color: 5178333.
HSL color Cylindrical-coordinate representation of color #DD034F: hue angle of 339.08º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DD034F is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 3 | 79 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.13 |
| HSL | 339.08º | 0.97% | 0.44% | - |
| HSV(B) | 339.08º | 0.99% | 0.87% | - |
| XYZ | 31.26 | 16 | 8.84 | - |
| YUV | 76.85 | 129.22 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 3 | 79 | 0 | 0.99 | 0.64 | 0.13 | 339.08 | 0.97 | 0.44 |
| Hex | DD | 3 | 4F | 0 | 63 | 40 | D | 153 | 61 | 2C |
| Octal | 335 | 3 | 117 | 0 | 143 | 100 | 15 | 523 | 141 | 54 |
| Binary | 11011101 | 11 | 1001111 | 0 | 1100011 | 1000000 | 1101 | 101010011 | 1100001 | 101100 |
Color Harmonies of #DD034F
Complementary color
Monochromatic Colors of #DD034F
Black with #DD034F
Text Example
Text Example
White with #DD034F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD034F; }
p { color: rgb(221,3,79); }
H1.HeaderClassName
{
color: #DD034F;
}
.AnyTagClassName
{
color: #DD034F;
}
</style>
background-color css
<style>
a { background-color: #DD034F; }
a { background-color: rgb(221,3,79); }
div.DivClassName
{
background-color: #DD034F;
}
.BgClassName
{
background-color: #DD034F;
}
</style>
border-color css
<style>
span { border-color: #DD034F; }
span { border-color: rgb(221,3,79); }
td.TdClassName
{
border-color: #DD034F;
}
.TagClassName
{
border-color: #DD034F;
}
</style>