Shades of Razzmatazz #DD0149
Tints of Razzmatazz #DD0149
RGB
CMYK
RGB Variations
Color information
#DD0149 (or 0xDD0149) is known color: Razzmatazz. HEX triplet: DD, 01 and 49. RGB value is (221,1,73). Sum of RGB (Red+Green+Blue) = 221+1+73=295 (39% of max value = 765). Red value is 221 (86.72% from 255 or 74.92% from 295); Green value is 1 (0.78% from 255 or 0.34% from 295); Blue value is 73 (28.91% from 255 or 24.75% from 295); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DD0149 is #22FEB6. Grayscale: #4A4A4A. Windows color (decimal): -2293431 or 4784605. OLE color: 4784605.
HSL color Cylindrical-coordinate representation of color #DD0149: hue angle of 340.36º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0149 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.13 |
| HSL | 340.36º | 0.99% | 0.44% | - |
| HSV(B) | 340.36º | 1% | 0.87% | - |
| XYZ | 31.03 | 15.87 | 7.73 | - |
| YUV | 74.99 | 126.89 | 232.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 73 | 0 | 1.00 | 0.67 | 0.13 | 340.36 | 0.99 | 0.44 |
| Hex | DD | 1 | 49 | 0 | 64 | 43 | D | 154 | 63 | 2C |
| Octal | 335 | 1 | 111 | 0 | 144 | 103 | 15 | 524 | 143 | 54 |
| Binary | 11011101 | 1 | 1001001 | 0 | 1100100 | 1000011 | 1101 | 101010100 | 1100011 | 101100 |
Color Harmonies of #DD0149
Complementary color
Monochromatic Colors of #DD0149
Black with #DD0149
Text Example
Text Example
White with #DD0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0149; }
p { color: rgb(221,1,73); }
H1.HeaderClassName
{
color: #DD0149;
}
.AnyTagClassName
{
color: #DD0149;
}
</style>
background-color css
<style>
a { background-color: #DD0149; }
a { background-color: rgb(221,1,73); }
div.DivClassName
{
background-color: #DD0149;
}
.BgClassName
{
background-color: #DD0149;
}
</style>
border-color css
<style>
span { border-color: #DD0149; }
span { border-color: rgb(221,1,73); }
td.TdClassName
{
border-color: #DD0149;
}
.TagClassName
{
border-color: #DD0149;
}
</style>