Shades of Razzmatazz #DD0D51
Tints of Razzmatazz #DD0D51
RGB
CMYK
RGB Variations
Color information
#DD0D51 (or 0xDD0D51) is known color: Razzmatazz. HEX triplet: DD, 0D and 51. RGB value is (221,13,81). Sum of RGB (Red+Green+Blue) = 221+13+81=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 13 (5.47% from 255 or 4.13% from 315); Blue value is 81 (32.03% from 255 or 25.71% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D51 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D51 is #22F2AE. Grayscale: #525252. Windows color (decimal): -2290351 or 5311965. OLE color: 5311965.
HSL color Cylindrical-coordinate representation of color #DD0D51: hue angle of 340.38º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D51 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 81 | - |
| CMYK | 0 | 0.94 | 0.63 | 0.13 |
| HSL | 340.38º | 0.89% | 0.46% | - |
| HSV(B) | 340.38º | 0.94% | 0.87% | - |
| XYZ | 31.45 | 16.25 | 9.26 | - |
| YUV | 82.94 | 126.91 | 226.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 81 | 0 | 0.94 | 0.63 | 0.13 | 340.38 | 0.89 | 0.46 |
| Hex | DD | D | 51 | 0 | 5E | 3F | D | 154 | 59 | 2E |
| Octal | 335 | 15 | 121 | 0 | 136 | 77 | 15 | 524 | 131 | 56 |
| Binary | 11011101 | 1101 | 1010001 | 0 | 1011110 | 111111 | 1101 | 101010100 | 1011001 | 101110 |
Color Harmonies of #DD0D51
Complementary color
Monochromatic Colors of #DD0D51
Black with #DD0D51
Text Example
Text Example
White with #DD0D51
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D51; }
p { color: rgb(221,13,81); }
H1.HeaderClassName
{
color: #DD0D51;
}
.AnyTagClassName
{
color: #DD0D51;
}
</style>
background-color css
<style>
a { background-color: #DD0D51; }
a { background-color: rgb(221,13,81); }
div.DivClassName
{
background-color: #DD0D51;
}
.BgClassName
{
background-color: #DD0D51;
}
</style>
border-color css
<style>
span { border-color: #DD0D51; }
span { border-color: rgb(221,13,81); }
td.TdClassName
{
border-color: #DD0D51;
}
.TagClassName
{
border-color: #DD0D51;
}
</style>