Shades of Razzmatazz #DD055D
Tints of Razzmatazz #DD055D
RGB
CMYK
RGB Variations
Color information
#DD055D (or 0xDD055D) is known color: Razzmatazz. HEX triplet: DD, 05 and 5D. RGB value is (221,5,93). Sum of RGB (Red+Green+Blue) = 221+5+93=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 5 (2.34% from 255 or 1.57% from 319); Blue value is 93 (36.72% from 255 or 29.15% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD055D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD055D is #22FAA2. Grayscale: #4F4F4F. Windows color (decimal): -2292387 or 6096349. OLE color: 6096349.
HSL color Cylindrical-coordinate representation of color #DD055D: hue angle of 335.56º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD055D is Cyan = 0, Magento = 0.98, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 93 | - |
| CMYK | 0 | 0.98 | 0.58 | 0.13 |
| HSL | 335.56º | 0.96% | 0.44% | - |
| HSV(B) | 335.56º | 0.98% | 0.87% | - |
| XYZ | 31.85 | 16.27 | 11.82 | - |
| YUV | 79.62 | 135.56 | 228.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 93 | 0 | 0.98 | 0.58 | 0.13 | 335.56 | 0.96 | 0.44 |
| Hex | DD | 5 | 5D | 0 | 62 | 3A | D | 150 | 60 | 2C |
| Octal | 335 | 5 | 135 | 0 | 142 | 72 | 15 | 520 | 140 | 54 |
| Binary | 11011101 | 101 | 1011101 | 0 | 1100010 | 111010 | 1101 | 101010000 | 1100000 | 101100 |
Color Harmonies of #DD055D
Complementary color
Monochromatic Colors of #DD055D
Black with #DD055D
Text Example
Text Example
White with #DD055D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD055D; }
p { color: rgb(221,5,93); }
H1.HeaderClassName
{
color: #DD055D;
}
.AnyTagClassName
{
color: #DD055D;
}
</style>
background-color css
<style>
a { background-color: #DD055D; }
a { background-color: rgb(221,5,93); }
div.DivClassName
{
background-color: #DD055D;
}
.BgClassName
{
background-color: #DD055D;
}
</style>
border-color css
<style>
span { border-color: #DD055D; }
span { border-color: rgb(221,5,93); }
td.TdClassName
{
border-color: #DD055D;
}
.TagClassName
{
border-color: #DD055D;
}
</style>