Shades of Razzmatazz #DD0457
Tints of Razzmatazz #DD0457
RGB
CMYK
RGB Variations
Color information
#DD0457 (or 0xDD0457) is known color: Razzmatazz. HEX triplet: DD, 04 and 57. RGB value is (221,4,87). Sum of RGB (Red+Green+Blue) = 221+4+87=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 4 (1.95% from 255 or 1.28% from 312); Blue value is 87 (34.38% from 255 or 27.88% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0457 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0457 is #22FBA8. Grayscale: #4E4E4E. Windows color (decimal): -2292649 or 5702877. OLE color: 5702877.
HSL color Cylindrical-coordinate representation of color #DD0457: hue angle of 337.05º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DD0457 is Cyan = 0, Magento = 0.98, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 87 | - |
| CMYK | 0 | 0.98 | 0.61 | 0.13 |
| HSL | 337.05º | 0.96% | 0.44% | - |
| HSV(B) | 337.05º | 0.98% | 0.87% | - |
| XYZ | 31.58 | 16.15 | 10.47 | - |
| YUV | 78.35 | 132.89 | 229.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 87 | 0 | 0.98 | 0.61 | 0.13 | 337.05 | 0.96 | 0.44 |
| Hex | DD | 4 | 57 | 0 | 62 | 3D | D | 151 | 60 | 2C |
| Octal | 335 | 4 | 127 | 0 | 142 | 75 | 15 | 521 | 140 | 54 |
| Binary | 11011101 | 100 | 1010111 | 0 | 1100010 | 111101 | 1101 | 101010001 | 1100000 | 101100 |
Color Harmonies of #DD0457
Complementary color
Monochromatic Colors of #DD0457
Black with #DD0457
Text Example
Text Example
White with #DD0457
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0457; }
p { color: rgb(221,4,87); }
H1.HeaderClassName
{
color: #DD0457;
}
.AnyTagClassName
{
color: #DD0457;
}
</style>
background-color css
<style>
a { background-color: #DD0457; }
a { background-color: rgb(221,4,87); }
div.DivClassName
{
background-color: #DD0457;
}
.BgClassName
{
background-color: #DD0457;
}
</style>
border-color css
<style>
span { border-color: #DD0457; }
span { border-color: rgb(221,4,87); }
td.TdClassName
{
border-color: #DD0457;
}
.TagClassName
{
border-color: #DD0457;
}
</style>