Shades of Razzmatazz #DD094D
Tints of Razzmatazz #DD094D
RGB
CMYK
RGB Variations
Color information
#DD094D (or 0xDD094D) is known color: Razzmatazz. HEX triplet: DD, 09 and 4D. RGB value is (221,9,77). Sum of RGB (Red+Green+Blue) = 221+9+77=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD094D is #22F6B2. Grayscale: #505050. Windows color (decimal): -2291379 or 5048797. OLE color: 5048797.
HSL color Cylindrical-coordinate representation of color #DD094D: hue angle of 340.75º 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 #DD094D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.13 |
| HSL | 340.75º | 0.92% | 0.45% | - |
| HSV(B) | 340.75º | 0.96% | 0.87% | - |
| XYZ | 31.26 | 16.1 | 8.48 | - |
| YUV | 80.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 9 | 77 | 0 | 0.96 | 0.65 | 0.13 | 340.75 | 0.92 | 0.45 |
| Hex | DD | 9 | 4D | 0 | 60 | 41 | D | 155 | 5C | 2D |
| Octal | 335 | 11 | 115 | 0 | 140 | 101 | 15 | 525 | 134 | 55 |
| Binary | 11011101 | 1001 | 1001101 | 0 | 1100000 | 1000001 | 1101 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DD094D
Complementary color
Monochromatic Colors of #DD094D
Black with #DD094D
Text Example
Text Example
White with #DD094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD094D; }
p { color: rgb(221,9,77); }
H1.HeaderClassName
{
color: #DD094D;
}
.AnyTagClassName
{
color: #DD094D;
}
</style>
background-color css
<style>
a { background-color: #DD094D; }
a { background-color: rgb(221,9,77); }
div.DivClassName
{
background-color: #DD094D;
}
.BgClassName
{
background-color: #DD094D;
}
</style>
border-color css
<style>
span { border-color: #DD094D; }
span { border-color: rgb(221,9,77); }
td.TdClassName
{
border-color: #DD094D;
}
.TagClassName
{
border-color: #DD094D;
}
</style>