Shades of Razzmatazz #DD1251
Tints of Razzmatazz #DD1251
RGB
CMYK
RGB Variations
Color information
#DD1251 (or 0xDD1251) is known color: Razzmatazz. HEX triplet: DD, 12 and 51. RGB value is (221,18,81). Sum of RGB (Red+Green+Blue) = 221+18+81=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 81 (32.03% from 255 or 25.31% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1251 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1251 is #22EDAE. Grayscale: #555555. Windows color (decimal): -2289071 or 5313245. OLE color: 5313245.
HSL color Cylindrical-coordinate representation of color #DD1251: hue angle of 341.38º degrees, saturation: 0.85, 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 #DD1251 is Cyan = 0, Magento = 0.92, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 18 | 81 | - |
| CMYK | 0 | 0.92 | 0.63 | 0.13 |
| HSL | 341.38º | 0.85% | 0.47% | - |
| HSV(B) | 341.38º | 0.92% | 0.87% | - |
| XYZ | 31.52 | 16.4 | 9.29 | - |
| YUV | 85.88 | 125.25 | 224.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 18 | 81 | 0 | 0.92 | 0.63 | 0.13 | 341.38 | 0.85 | 0.47 |
| Hex | DD | 12 | 51 | 0 | 5C | 3F | D | 155 | 55 | 2F |
| Octal | 335 | 22 | 121 | 0 | 134 | 77 | 15 | 525 | 125 | 57 |
| Binary | 11011101 | 10010 | 1010001 | 0 | 1011100 | 111111 | 1101 | 101010101 | 1010101 | 101111 |
Color Harmonies of #DD1251
Complementary color
Monochromatic Colors of #DD1251
Black with #DD1251
Text Example
Text Example
White with #DD1251
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1251; }
p { color: rgb(221,18,81); }
H1.HeaderClassName
{
color: #DD1251;
}
.AnyTagClassName
{
color: #DD1251;
}
</style>
background-color css
<style>
a { background-color: #DD1251; }
a { background-color: rgb(221,18,81); }
div.DivClassName
{
background-color: #DD1251;
}
.BgClassName
{
background-color: #DD1251;
}
</style>
border-color css
<style>
span { border-color: #DD1251; }
span { border-color: rgb(221,18,81); }
td.TdClassName
{
border-color: #DD1251;
}
.TagClassName
{
border-color: #DD1251;
}
</style>