Shades of Razzmatazz #DD084C
Tints of Razzmatazz #DD084C
RGB
CMYK
RGB Variations
Color information
#DD084C (or 0xDD084C) is known color: Razzmatazz. HEX triplet: DD, 08 and 4C. RGB value is (221,8,76). Sum of RGB (Red+Green+Blue) = 221+8+76=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD084C is #22F7B3. Grayscale: #4F4F4F. Windows color (decimal): -2291636 or 4983005. OLE color: 4983005.
HSL color Cylindrical-coordinate representation of color #DD084C: hue angle of 340.85º 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 #DD084C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 8 | 76 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.13 |
| HSL | 340.85º | 0.93% | 0.45% | - |
| HSV(B) | 340.85º | 0.96% | 0.87% | - |
| XYZ | 31.21 | 16.07 | 8.29 | - |
| YUV | 79.44 | 126.07 | 228.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 8 | 76 | 0 | 0.96 | 0.66 | 0.13 | 340.85 | 0.93 | 0.45 |
| Hex | DD | 8 | 4C | 0 | 60 | 42 | D | 155 | 5D | 2D |
| Octal | 335 | 10 | 114 | 0 | 140 | 102 | 15 | 525 | 135 | 55 |
| Binary | 11011101 | 1000 | 1001100 | 0 | 1100000 | 1000010 | 1101 | 101010101 | 1011101 | 101101 |
Color Harmonies of #DD084C
Complementary color
Monochromatic Colors of #DD084C
Black with #DD084C
Text Example
Text Example
White with #DD084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD084C; }
p { color: rgb(221,8,76); }
H1.HeaderClassName
{
color: #DD084C;
}
.AnyTagClassName
{
color: #DD084C;
}
</style>
background-color css
<style>
a { background-color: #DD084C; }
a { background-color: rgb(221,8,76); }
div.DivClassName
{
background-color: #DD084C;
}
.BgClassName
{
background-color: #DD084C;
}
</style>
border-color css
<style>
span { border-color: #DD084C; }
span { border-color: rgb(221,8,76); }
td.TdClassName
{
border-color: #DD084C;
}
.TagClassName
{
border-color: #DD084C;
}
</style>