Shades of Razzmatazz #DD004F
Tints of Razzmatazz #DD004F
RGB
CMYK
RGB Variations
Color information
#DD004F (or 0xDD004F) is known color: Razzmatazz. HEX triplet: DD, 00 and 4F. RGB value is (221,0,79). Sum of RGB (Red+Green+Blue) = 221+0+79=300 (39% of max value = 765). Red value is 221 (86.72% from 255 or 73.67% from 300); Green value is 0 (0.39% from 255 or 0% from 300); Blue value is 79 (31.25% from 255 or 26.33% from 300); Max value from RGB is 221 - color contains mainly: red. Hex color #DD004F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD004F is #22FFB0. Grayscale: #4A4A4A. Windows color (decimal): -2293681 or 5177565. OLE color: 5177565.
HSL color Cylindrical-coordinate representation of color #DD004F: hue angle of 338.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD004F is Cyan = 0, Magento = 1, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 79 | - |
| CMYK | 0 | 1 | 0.64 | 0.13 |
| HSL | 338.55º | 1% | 0.43% | - |
| HSV(B) | 338.55º | 1% | 0.87% | - |
| XYZ | 31.23 | 15.94 | 8.83 | - |
| YUV | 75.09 | 130.22 | 232.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 79 | 0 | 1 | 0.64 | 0.13 | 338.55 | 1 | 0.43 |
| Hex | DD | 0 | 4F | 0 | 64 | 40 | D | 153 | 64 | 2B |
| Octal | 335 | 0 | 117 | 0 | 144 | 100 | 15 | 523 | 144 | 53 |
| Binary | 11011101 | 0 | 1001111 | 0 | 1100100 | 1000000 | 1101 | 101010011 | 1100100 | 101011 |
Color Harmonies of #DD004F
Complementary color
Monochromatic Colors of #DD004F
Black with #DD004F
Text Example
Text Example
White with #DD004F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD004F; }
p { color: rgb(221,0,79); }
H1.HeaderClassName
{
color: #DD004F;
}
.AnyTagClassName
{
color: #DD004F;
}
</style>
background-color css
<style>
a { background-color: #DD004F; }
a { background-color: rgb(221,0,79); }
div.DivClassName
{
background-color: #DD004F;
}
.BgClassName
{
background-color: #DD004F;
}
</style>
border-color css
<style>
span { border-color: #DD004F; }
span { border-color: rgb(221,0,79); }
td.TdClassName
{
border-color: #DD004F;
}
.TagClassName
{
border-color: #DD004F;
}
</style>