Shades of Razzmatazz #DD046B
Tints of Razzmatazz #DD046B
RGB
CMYK
RGB Variations
Color information
#DD046B (or 0xDD046B) is known color: Razzmatazz. HEX triplet: DD, 04 and 6B. RGB value is (221,4,107). Sum of RGB (Red+Green+Blue) = 221+4+107=332 (43% of max value = 765). Red value is 221 (86.72% from 255 or 66.57% from 332); Green value is 4 (1.95% from 255 or 1.20% from 332); Blue value is 107 (42.19% from 255 or 32.23% from 332); Max value from RGB is 221 - color contains mainly: red. Hex color #DD046B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD046B is #22FB94. Grayscale: #505050. Windows color (decimal): -2292629 or 7013597. OLE color: 7013597.
HSL color Cylindrical-coordinate representation of color #DD046B: hue angle of 331.52º 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 #DD046B is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 107 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.13 |
| HSL | 331.52º | 0.96% | 0.44% | - |
| HSV(B) | 331.52º | 0.98% | 0.87% | - |
| XYZ | 32.52 | 16.52 | 15.38 | - |
| YUV | 80.63 | 142.89 | 228.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 107 | 0 | 0.98 | 0.52 | 0.13 | 331.52 | 0.96 | 0.44 |
| Hex | DD | 4 | 6B | 0 | 62 | 34 | D | 14C | 60 | 2C |
| Octal | 335 | 4 | 153 | 0 | 142 | 64 | 15 | 514 | 140 | 54 |
| Binary | 11011101 | 100 | 1101011 | 0 | 1100010 | 110100 | 1101 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DD046B
Complementary color
Monochromatic Colors of #DD046B
Black with #DD046B
Text Example
Text Example
White with #DD046B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD046B; }
p { color: rgb(221,4,107); }
H1.HeaderClassName
{
color: #DD046B;
}
.AnyTagClassName
{
color: #DD046B;
}
</style>
background-color css
<style>
a { background-color: #DD046B; }
a { background-color: rgb(221,4,107); }
div.DivClassName
{
background-color: #DD046B;
}
.BgClassName
{
background-color: #DD046B;
}
</style>
border-color css
<style>
span { border-color: #DD046B; }
span { border-color: rgb(221,4,107); }
td.TdClassName
{
border-color: #DD046B;
}
.TagClassName
{
border-color: #DD046B;
}
</style>