Shades of Razzmatazz #DD084A
Tints of Razzmatazz #DD084A
RGB
CMYK
RGB Variations
Color information
#DD084A (or 0xDD084A) is known color: Razzmatazz. HEX triplet: DD, 08 and 4A. RGB value is (221,8,74). Sum of RGB (Red+Green+Blue) = 221+8+74=303 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.94% from 303); Green value is 8 (3.52% from 255 or 2.64% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 221 - color contains mainly: red. Hex color #DD084A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD084A is #22F7B5. Grayscale: #4F4F4F. Windows color (decimal): -2291638 or 4851933. OLE color: 4851933.
HSL color Cylindrical-coordinate representation of color #DD084A: hue angle of 341.41º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DD084A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 74 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.13 |
| HSL | 341.41º | 0.93% | 0.45% | - |
| HSV(B) | 341.41º | 0.96% | 0.87% | - |
| XYZ | 31.14 | 16.04 | 7.93 | - |
| YUV | 79.21 | 125.07 | 229.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 74 | 0 | 0.96 | 0.67 | 0.13 | 341.41 | 0.93 | 0.45 |
| Hex | DD | 8 | 4A | 0 | 60 | 43 | D | 155 | 5D | 2D |
| Octal | 335 | 10 | 112 | 0 | 140 | 103 | 15 | 525 | 135 | 55 |
| Binary | 11011101 | 1000 | 1001010 | 0 | 1100000 | 1000011 | 1101 | 101010101 | 1011101 | 101101 |
Color Harmonies of #DD084A
Complementary color
Monochromatic Colors of #DD084A
Black with #DD084A
Text Example
Text Example
White with #DD084A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD084A; }
p { color: rgb(221,8,74); }
H1.HeaderClassName
{
color: #DD084A;
}
.AnyTagClassName
{
color: #DD084A;
}
</style>
background-color css
<style>
a { background-color: #DD084A; }
a { background-color: rgb(221,8,74); }
div.DivClassName
{
background-color: #DD084A;
}
.BgClassName
{
background-color: #DD084A;
}
</style>
border-color css
<style>
span { border-color: #DD084A; }
span { border-color: rgb(221,8,74); }
td.TdClassName
{
border-color: #DD084A;
}
.TagClassName
{
border-color: #DD084A;
}
</style>