Shades of Razzmatazz #DD054F
Tints of Razzmatazz #DD054F
RGB
CMYK
RGB Variations
Color information
#DD054F (or 0xDD054F) is known color: Razzmatazz. HEX triplet: DD, 05 and 4F. RGB value is (221,5,79). Sum of RGB (Red+Green+Blue) = 221+5+79=305 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.46% from 305); Green value is 5 (2.34% from 255 or 1.64% from 305); Blue value is 79 (31.25% from 255 or 25.90% from 305); Max value from RGB is 221 - color contains mainly: red. Hex color #DD054F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD054F is #22FAB0. Grayscale: #4D4D4D. Windows color (decimal): -2292401 or 5178845. OLE color: 5178845.
HSL color Cylindrical-coordinate representation of color #DD054F: hue angle of 339.44º 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 #DD054F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 5 | 79 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.13 |
| HSL | 339.44º | 0.96% | 0.44% | - |
| HSV(B) | 339.44º | 0.98% | 0.87% | - |
| XYZ | 31.28 | 16.05 | 8.85 | - |
| YUV | 78.02 | 128.56 | 229.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 5 | 79 | 0 | 0.98 | 0.64 | 0.13 | 339.44 | 0.96 | 0.44 |
| Hex | DD | 5 | 4F | 0 | 62 | 40 | D | 153 | 60 | 2C |
| Octal | 335 | 5 | 117 | 0 | 142 | 100 | 15 | 523 | 140 | 54 |
| Binary | 11011101 | 101 | 1001111 | 0 | 1100010 | 1000000 | 1101 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DD054F
Complementary color
Monochromatic Colors of #DD054F
Black with #DD054F
Text Example
Text Example
White with #DD054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD054F; }
p { color: rgb(221,5,79); }
H1.HeaderClassName
{
color: #DD054F;
}
.AnyTagClassName
{
color: #DD054F;
}
</style>
background-color css
<style>
a { background-color: #DD054F; }
a { background-color: rgb(221,5,79); }
div.DivClassName
{
background-color: #DD054F;
}
.BgClassName
{
background-color: #DD054F;
}
</style>
border-color css
<style>
span { border-color: #DD054F; }
span { border-color: rgb(221,5,79); }
td.TdClassName
{
border-color: #DD054F;
}
.TagClassName
{
border-color: #DD054F;
}
</style>