Shades of Razzmatazz #DD0F57
Tints of Razzmatazz #DD0F57
RGB
CMYK
RGB Variations
Color information
#DD0F57 (or 0xDD0F57) is known color: Razzmatazz. HEX triplet: DD, 0F and 57. RGB value is (221,15,87). Sum of RGB (Red+Green+Blue) = 221+15+87=323 (42% of max value = 765). Red value is 221 (86.72% from 255 or 68.42% from 323); Green value is 15 (6.25% from 255 or 4.64% from 323); Blue value is 87 (34.38% from 255 or 26.93% from 323); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F57 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F57 is #22F0A8. Grayscale: #545454. Windows color (decimal): -2289833 or 5705693. OLE color: 5705693.
HSL color Cylindrical-coordinate representation of color #DD0F57: hue angle of 339.03º 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 #DD0F57 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 87 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.13 |
| HSL | 339.03º | 0.87% | 0.46% | - |
| HSV(B) | 339.03º | 0.93% | 0.87% | - |
| XYZ | 31.71 | 16.4 | 10.51 | - |
| YUV | 84.8 | 129.25 | 225.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 87 | 0 | 0.93 | 0.61 | 0.13 | 339.03 | 0.87 | 0.46 |
| Hex | DD | F | 57 | 0 | 5D | 3D | D | 153 | 57 | 2E |
| Octal | 335 | 17 | 127 | 0 | 135 | 75 | 15 | 523 | 127 | 56 |
| Binary | 11011101 | 1111 | 1010111 | 0 | 1011101 | 111101 | 1101 | 101010011 | 1010111 | 101110 |
Color Harmonies of #DD0F57
Complementary color
Monochromatic Colors of #DD0F57
Black with #DD0F57
Text Example
Text Example
White with #DD0F57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F57; }
p { color: rgb(221,15,87); }
H1.HeaderClassName
{
color: #DD0F57;
}
.AnyTagClassName
{
color: #DD0F57;
}
</style>
background-color css
<style>
a { background-color: #DD0F57; }
a { background-color: rgb(221,15,87); }
div.DivClassName
{
background-color: #DD0F57;
}
.BgClassName
{
background-color: #DD0F57;
}
</style>
border-color css
<style>
span { border-color: #DD0F57; }
span { border-color: rgb(221,15,87); }
td.TdClassName
{
border-color: #DD0F57;
}
.TagClassName
{
border-color: #DD0F57;
}
</style>