Shades of Razzmatazz #DD1151
Tints of Razzmatazz #DD1151
RGB
CMYK
RGB Variations
Color information
#DD1151 (or 0xDD1151) is known color: Razzmatazz. HEX triplet: DD, 11 and 51. RGB value is (221,17,81). Sum of RGB (Red+Green+Blue) = 221+17+81=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 17 (7.03% from 255 or 5.33% from 319); Blue value is 81 (32.03% from 255 or 25.39% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1151 is #22EEAE. Grayscale: #555555. Windows color (decimal): -2289327 or 5312989. OLE color: 5312989.
HSL color Cylindrical-coordinate representation of color #DD1151: hue angle of 341.18º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1151 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 17 | 81 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.13 |
| HSL | 341.18º | 0.86% | 0.47% | - |
| HSV(B) | 341.18º | 0.92% | 0.87% | - |
| XYZ | 31.5 | 16.37 | 9.28 | - |
| YUV | 85.29 | 125.59 | 224.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 17 | 81 | 0 | 0.92 | 0.63 | 0.13 | 341.18 | 0.86 | 0.47 |
| Hex | DD | 11 | 51 | 0 | 5C | 3F | D | 155 | 56 | 2F |
| Octal | 335 | 21 | 121 | 0 | 134 | 77 | 15 | 525 | 126 | 57 |
| Binary | 11011101 | 10001 | 1010001 | 0 | 1011100 | 111111 | 1101 | 101010101 | 1010110 | 101111 |
Color Harmonies of #DD1151
Complementary color
Monochromatic Colors of #DD1151
Black with #DD1151
Text Example
Text Example
White with #DD1151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1151; }
p { color: rgb(221,17,81); }
H1.HeaderClassName
{
color: #DD1151;
}
.AnyTagClassName
{
color: #DD1151;
}
</style>
background-color css
<style>
a { background-color: #DD1151; }
a { background-color: rgb(221,17,81); }
div.DivClassName
{
background-color: #DD1151;
}
.BgClassName
{
background-color: #DD1151;
}
</style>
border-color css
<style>
span { border-color: #DD1151; }
span { border-color: rgb(221,17,81); }
td.TdClassName
{
border-color: #DD1151;
}
.TagClassName
{
border-color: #DD1151;
}
</style>