Shades of Razzmatazz #DD055F
Tints of Razzmatazz #DD055F
RGB
CMYK
RGB Variations
Color information
#DD055F (or 0xDD055F) is known color: Razzmatazz. HEX triplet: DD, 05 and 5F. RGB value is (221,5,95). Sum of RGB (Red+Green+Blue) = 221+5+95=321 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.85% from 321); Green value is 5 (2.34% from 255 or 1.56% from 321); Blue value is 95 (37.5% from 255 or 29.60% from 321); Max value from RGB is 221 - color contains mainly: red. Hex color #DD055F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD055F is #22FAA0. Grayscale: #4F4F4F. Windows color (decimal): -2292385 or 6227421. OLE color: 6227421.
HSL color Cylindrical-coordinate representation of color #DD055F: hue angle of 335º 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 #DD055F is Cyan = 0, Magento = 0.98, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 95 | - |
| CMYK | 0 | 0.98 | 0.57 | 0.13 |
| HSL | 335º | 0.96% | 0.44% | - |
| HSV(B) | 335º | 0.98% | 0.87% | - |
| XYZ | 31.94 | 16.31 | 12.29 | - |
| YUV | 79.84 | 136.56 | 228.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 95 | 0 | 0.98 | 0.57 | 0.13 | 335 | 0.96 | 0.44 |
| Hex | DD | 5 | 5F | 0 | 62 | 39 | D | 14F | 60 | 2C |
| Octal | 335 | 5 | 137 | 0 | 142 | 71 | 15 | 517 | 140 | 54 |
| Binary | 11011101 | 101 | 1011111 | 0 | 1100010 | 111001 | 1101 | 101001111 | 1100000 | 101100 |
Color Harmonies of #DD055F
Complementary color
Monochromatic Colors of #DD055F
Black with #DD055F
Text Example
Text Example
White with #DD055F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD055F; }
p { color: rgb(221,5,95); }
H1.HeaderClassName
{
color: #DD055F;
}
.AnyTagClassName
{
color: #DD055F;
}
</style>
background-color css
<style>
a { background-color: #DD055F; }
a { background-color: rgb(221,5,95); }
div.DivClassName
{
background-color: #DD055F;
}
.BgClassName
{
background-color: #DD055F;
}
</style>
border-color css
<style>
span { border-color: #DD055F; }
span { border-color: rgb(221,5,95); }
td.TdClassName
{
border-color: #DD055F;
}
.TagClassName
{
border-color: #DD055F;
}
</style>