Shades of Razzmatazz #DD0F56
Tints of Razzmatazz #DD0F56
RGB
CMYK
RGB Variations
Color information
#DD0F56 (or 0xDD0F56) is known color: Razzmatazz. HEX triplet: DD, 0F and 56. RGB value is (221,15,86). Sum of RGB (Red+Green+Blue) = 221+15+86=322 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.63% from 322); Green value is 15 (6.25% from 255 or 4.66% from 322); Blue value is 86 (33.98% from 255 or 26.71% from 322); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F56 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F56 is #22F0A9. Grayscale: #545454. Windows color (decimal): -2289834 or 5640157. OLE color: 5640157.
HSL color Cylindrical-coordinate representation of color #DD0F56: hue angle of 339.32º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DD0F56 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 86 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.13 |
| HSL | 339.32º | 0.87% | 0.46% | - |
| HSV(B) | 339.32º | 0.93% | 0.87% | - |
| XYZ | 31.67 | 16.39 | 10.3 | - |
| YUV | 84.69 | 128.75 | 225.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 86 | 0 | 0.93 | 0.61 | 0.13 | 339.32 | 0.87 | 0.46 |
| Hex | DD | F | 56 | 0 | 5D | 3D | D | 153 | 57 | 2E |
| Octal | 335 | 17 | 126 | 0 | 135 | 75 | 15 | 523 | 127 | 56 |
| Binary | 11011101 | 1111 | 1010110 | 0 | 1011101 | 111101 | 1101 | 101010011 | 1010111 | 101110 |
Color Harmonies of #DD0F56
Complementary color
Monochromatic Colors of #DD0F56
Black with #DD0F56
Text Example
Text Example
White with #DD0F56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F56; }
p { color: rgb(221,15,86); }
H1.HeaderClassName
{
color: #DD0F56;
}
.AnyTagClassName
{
color: #DD0F56;
}
</style>
background-color css
<style>
a { background-color: #DD0F56; }
a { background-color: rgb(221,15,86); }
div.DivClassName
{
background-color: #DD0F56;
}
.BgClassName
{
background-color: #DD0F56;
}
</style>
border-color css
<style>
span { border-color: #DD0F56; }
span { border-color: rgb(221,15,86); }
td.TdClassName
{
border-color: #DD0F56;
}
.TagClassName
{
border-color: #DD0F56;
}
</style>