Shades of Razzmatazz #DD0C56
Tints of Razzmatazz #DD0C56
RGB
CMYK
RGB Variations
Color information
#DD0C56 (or 0xDD0C56) is known color: Razzmatazz. HEX triplet: DD, 0C and 56. RGB value is (221,12,86). Sum of RGB (Red+Green+Blue) = 221+12+86=319 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.28% from 319); Green value is 12 (5.08% from 255 or 3.76% from 319); Blue value is 86 (33.98% from 255 or 26.96% from 319); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C56 is #22F3A9. Grayscale: #525252. Windows color (decimal): -2290602 or 5639389. OLE color: 5639389.
HSL color Cylindrical-coordinate representation of color #DD0C56: hue angle of 338.76º 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 #DD0C56 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 86 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.13 |
| HSL | 338.76º | 0.9% | 0.46% | - |
| HSV(B) | 338.76º | 0.95% | 0.87% | - |
| XYZ | 31.63 | 16.31 | 10.28 | - |
| YUV | 82.93 | 129.74 | 226.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 86 | 0 | 0.95 | 0.61 | 0.13 | 338.76 | 0.9 | 0.46 |
| Hex | DD | C | 56 | 0 | 5F | 3D | D | 153 | 5A | 2E |
| Octal | 335 | 14 | 126 | 0 | 137 | 75 | 15 | 523 | 132 | 56 |
| Binary | 11011101 | 1100 | 1010110 | 0 | 1011111 | 111101 | 1101 | 101010011 | 1011010 | 101110 |
Color Harmonies of #DD0C56
Complementary color
Monochromatic Colors of #DD0C56
Black with #DD0C56
Text Example
Text Example
White with #DD0C56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C56; }
p { color: rgb(221,12,86); }
H1.HeaderClassName
{
color: #DD0C56;
}
.AnyTagClassName
{
color: #DD0C56;
}
</style>
background-color css
<style>
a { background-color: #DD0C56; }
a { background-color: rgb(221,12,86); }
div.DivClassName
{
background-color: #DD0C56;
}
.BgClassName
{
background-color: #DD0C56;
}
</style>
border-color css
<style>
span { border-color: #DD0C56; }
span { border-color: rgb(221,12,86); }
td.TdClassName
{
border-color: #DD0C56;
}
.TagClassName
{
border-color: #DD0C56;
}
</style>