Shades of Razzmatazz #DD094A
Tints of Razzmatazz #DD094A
RGB
CMYK
RGB Variations
Color information
#DD094A (or 0xDD094A) is known color: Razzmatazz. HEX triplet: DD, 09 and 4A. RGB value is (221,9,74). Sum of RGB (Red+Green+Blue) = 221+9+74=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 9 (3.91% from 255 or 2.96% from 304); Blue value is 74 (29.30% from 255 or 24.34% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD094A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD094A is #22F6B5. Grayscale: #4F4F4F. Windows color (decimal): -2291382 or 4852189. OLE color: 4852189.
HSL color Cylindrical-coordinate representation of color #DD094A: hue angle of 341.6º 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 #DD094A is Cyan = 0, Magento = 0.96, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 74 | - |
| CMYK | 0 | 0.96 | 0.67 | 0.13 |
| HSL | 341.6º | 0.92% | 0.45% | - |
| HSV(B) | 341.6º | 0.96% | 0.87% | - |
| XYZ | 31.15 | 16.06 | 7.94 | - |
| YUV | 79.8 | 124.74 | 228.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 74 | 0 | 0.96 | 0.67 | 0.13 | 341.6 | 0.92 | 0.45 |
| Hex | DD | 9 | 4A | 0 | 60 | 43 | D | 156 | 5C | 2D |
| Octal | 335 | 11 | 112 | 0 | 140 | 103 | 15 | 526 | 134 | 55 |
| Binary | 11011101 | 1001 | 1001010 | 0 | 1100000 | 1000011 | 1101 | 101010110 | 1011100 | 101101 |
Color Harmonies of #DD094A
Complementary color
Monochromatic Colors of #DD094A
Black with #DD094A
Text Example
Text Example
White with #DD094A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD094A; }
p { color: rgb(221,9,74); }
H1.HeaderClassName
{
color: #DD094A;
}
.AnyTagClassName
{
color: #DD094A;
}
</style>
background-color css
<style>
a { background-color: #DD094A; }
a { background-color: rgb(221,9,74); }
div.DivClassName
{
background-color: #DD094A;
}
.BgClassName
{
background-color: #DD094A;
}
</style>
border-color css
<style>
span { border-color: #DD094A; }
span { border-color: rgb(221,9,74); }
td.TdClassName
{
border-color: #DD094A;
}
.TagClassName
{
border-color: #DD094A;
}
</style>