Shades of Razzmatazz #DD0155
Tints of Razzmatazz #DD0155
RGB
CMYK
RGB Variations
Color information
#DD0155 (or 0xDD0155) is known color: Razzmatazz. HEX triplet: DD, 01 and 55. RGB value is (221,1,85). Sum of RGB (Red+Green+Blue) = 221+1+85=307 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.99% from 307); Green value is 1 (0.78% from 255 or 0.33% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0155 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0155 is #22FEAA. Grayscale: #4C4C4C. Windows color (decimal): -2293419 or 5571037. OLE color: 5571037.
HSL color Cylindrical-coordinate representation of color #DD0155: hue angle of 337.09º 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 #DD0155 is Cyan = 0, Magento = 1.00, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 1 | 85 | - |
| CMYK | 0 | 1.00 | 0.62 | 0.13 |
| HSL | 337.09º | 0.99% | 0.44% | - |
| HSV(B) | 337.09º | 1% | 0.87% | - |
| XYZ | 31.47 | 16.05 | 10.03 | - |
| YUV | 76.36 | 132.89 | 231.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 1 | 85 | 0 | 1.00 | 0.62 | 0.13 | 337.09 | 0.99 | 0.44 |
| Hex | DD | 1 | 55 | 0 | 64 | 3E | D | 151 | 63 | 2C |
| Octal | 335 | 1 | 125 | 0 | 144 | 76 | 15 | 521 | 143 | 54 |
| Binary | 11011101 | 1 | 1010101 | 0 | 1100100 | 111110 | 1101 | 101010001 | 1100011 | 101100 |
Color Harmonies of #DD0155
Complementary color
Monochromatic Colors of #DD0155
Black with #DD0155
Text Example
Text Example
White with #DD0155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0155; }
p { color: rgb(221,1,85); }
H1.HeaderClassName
{
color: #DD0155;
}
.AnyTagClassName
{
color: #DD0155;
}
</style>
background-color css
<style>
a { background-color: #DD0155; }
a { background-color: rgb(221,1,85); }
div.DivClassName
{
background-color: #DD0155;
}
.BgClassName
{
background-color: #DD0155;
}
</style>
border-color css
<style>
span { border-color: #DD0155; }
span { border-color: rgb(221,1,85); }
td.TdClassName
{
border-color: #DD0155;
}
.TagClassName
{
border-color: #DD0155;
}
</style>