Shades of Razzmatazz #DD094C
Tints of Razzmatazz #DD094C
RGB
CMYK
RGB Variations
Color information
#DD094C (or 0xDD094C) is known color: Razzmatazz. HEX triplet: DD, 09 and 4C. RGB value is (221,9,76). Sum of RGB (Red+Green+Blue) = 221+9+76=306 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.22% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 76 (30.08% from 255 or 24.84% from 306); Max value from RGB is 221 - color contains mainly: red. Hex color #DD094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD094C is #22F6B3. Grayscale: #4F4F4F. Windows color (decimal): -2291380 or 4983261. OLE color: 4983261.
HSL color Cylindrical-coordinate representation of color #DD094C: hue angle of 341.04º degrees, saturation: 0.92, 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 #DD094C is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.13 |
| HSL | 341.04º | 0.92% | 0.45% | - |
| HSV(B) | 341.04º | 0.96% | 0.87% | - |
| XYZ | 31.22 | 16.09 | 8.3 | - |
| YUV | 80.03 | 125.74 | 228.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 76 | 0 | 0.96 | 0.66 | 0.13 | 341.04 | 0.92 | 0.45 |
| Hex | DD | 9 | 4C | 0 | 60 | 42 | D | 155 | 5C | 2D |
| Octal | 335 | 11 | 114 | 0 | 140 | 102 | 15 | 525 | 134 | 55 |
| Binary | 11011101 | 1001 | 1001100 | 0 | 1100000 | 1000010 | 1101 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DD094C
Complementary color
Monochromatic Colors of #DD094C
Black with #DD094C
Text Example
Text Example
White with #DD094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD094C; }
p { color: rgb(221,9,76); }
H1.HeaderClassName
{
color: #DD094C;
}
.AnyTagClassName
{
color: #DD094C;
}
</style>
background-color css
<style>
a { background-color: #DD094C; }
a { background-color: rgb(221,9,76); }
div.DivClassName
{
background-color: #DD094C;
}
.BgClassName
{
background-color: #DD094C;
}
</style>
border-color css
<style>
span { border-color: #DD094C; }
span { border-color: rgb(221,9,76); }
td.TdClassName
{
border-color: #DD094C;
}
.TagClassName
{
border-color: #DD094C;
}
</style>