Shades of Razzmatazz #DD0C52
Tints of Razzmatazz #DD0C52
RGB
CMYK
RGB Variations
Color information
#DD0C52 (or 0xDD0C52) is known color: Razzmatazz. HEX triplet: DD, 0C and 52. RGB value is (221,12,82). Sum of RGB (Red+Green+Blue) = 221+12+82=315 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.16% from 315); Green value is 12 (5.08% from 255 or 3.81% from 315); Blue value is 82 (32.42% from 255 or 26.03% from 315); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C52 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C52 is #22F3AD. Grayscale: #525252. Windows color (decimal): -2290606 or 5377245. OLE color: 5377245.
HSL color Cylindrical-coordinate representation of color #DD0C52: hue angle of 339.9º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C52 is Cyan = 0, Magento = 0.95, Yellow = 0.63 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 82 | - |
| CMYK | 0 | 0.95 | 0.63 | 0.13 |
| HSL | 339.9º | 0.9% | 0.46% | - |
| HSV(B) | 339.9º | 0.95% | 0.87% | - |
| XYZ | 31.47 | 16.24 | 9.46 | - |
| YUV | 82.47 | 127.74 | 226.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 82 | 0 | 0.95 | 0.63 | 0.13 | 339.9 | 0.9 | 0.46 |
| Hex | DD | C | 52 | 0 | 5F | 3F | D | 154 | 5A | 2E |
| Octal | 335 | 14 | 122 | 0 | 137 | 77 | 15 | 524 | 132 | 56 |
| Binary | 11011101 | 1100 | 1010010 | 0 | 1011111 | 111111 | 1101 | 101010100 | 1011010 | 101110 |
Color Harmonies of #DD0C52
Complementary color
Monochromatic Colors of #DD0C52
Black with #DD0C52
Text Example
Text Example
White with #DD0C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C52; }
p { color: rgb(221,12,82); }
H1.HeaderClassName
{
color: #DD0C52;
}
.AnyTagClassName
{
color: #DD0C52;
}
</style>
background-color css
<style>
a { background-color: #DD0C52; }
a { background-color: rgb(221,12,82); }
div.DivClassName
{
background-color: #DD0C52;
}
.BgClassName
{
background-color: #DD0C52;
}
</style>
border-color css
<style>
span { border-color: #DD0C52; }
span { border-color: rgb(221,12,82); }
td.TdClassName
{
border-color: #DD0C52;
}
.TagClassName
{
border-color: #DD0C52;
}
</style>