Shades of Razzmatazz #DD046A
Tints of Razzmatazz #DD046A
RGB
CMYK
RGB Variations
Color information
#DD046A (or 0xDD046A) is known color: Razzmatazz. HEX triplet: DD, 04 and 6A. RGB value is (221,4,106). Sum of RGB (Red+Green+Blue) = 221+4+106=331 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.77% from 331); Green value is 4 (1.95% from 255 or 1.21% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 221 - color contains mainly: red. Hex color #DD046A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD046A is #22FB95. Grayscale: #505050. Windows color (decimal): -2292630 or 6948061. OLE color: 6948061.
HSL color Cylindrical-coordinate representation of color #DD046A: hue angle of 331.8º 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 #DD046A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 106 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.13 |
| HSL | 331.8º | 0.96% | 0.44% | - |
| HSV(B) | 331.8º | 0.98% | 0.87% | - |
| XYZ | 32.46 | 16.5 | 15.11 | - |
| YUV | 80.51 | 142.39 | 228.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 106 | 0 | 0.98 | 0.52 | 0.13 | 331.8 | 0.96 | 0.44 |
| Hex | DD | 4 | 6A | 0 | 62 | 34 | D | 14C | 60 | 2C |
| Octal | 335 | 4 | 152 | 0 | 142 | 64 | 15 | 514 | 140 | 54 |
| Binary | 11011101 | 100 | 1101010 | 0 | 1100010 | 110100 | 1101 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DD046A
Complementary color
Monochromatic Colors of #DD046A
Black with #DD046A
Text Example
Text Example
White with #DD046A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD046A; }
p { color: rgb(221,4,106); }
H1.HeaderClassName
{
color: #DD046A;
}
.AnyTagClassName
{
color: #DD046A;
}
</style>
background-color css
<style>
a { background-color: #DD046A; }
a { background-color: rgb(221,4,106); }
div.DivClassName
{
background-color: #DD046A;
}
.BgClassName
{
background-color: #DD046A;
}
</style>
border-color css
<style>
span { border-color: #DD046A; }
span { border-color: rgb(221,4,106); }
td.TdClassName
{
border-color: #DD046A;
}
.TagClassName
{
border-color: #DD046A;
}
</style>