Shades of Razzmatazz #DD0453
Tints of Razzmatazz #DD0453
RGB
CMYK
RGB Variations
Color information
#DD0453 (or 0xDD0453) is known color: Razzmatazz. HEX triplet: DD, 04 and 53. RGB value is (221,4,83). Sum of RGB (Red+Green+Blue) = 221+4+83=308 (40% of max value = 765). Red value is 221 (86.72% from 255 or 71.75% from 308); Green value is 4 (1.95% from 255 or 1.30% from 308); Blue value is 83 (32.81% from 255 or 26.95% from 308); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0453 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0453 is #22FBAC. Grayscale: #4D4D4D. Windows color (decimal): -2292653 or 5440733. OLE color: 5440733.
HSL color Cylindrical-coordinate representation of color #DD0453: hue angle of 338.16º 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 #DD0453 is Cyan = 0, Magento = 0.98, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 4 | 83 | - |
| CMYK | 0 | 0.98 | 0.62 | 0.13 |
| HSL | 338.16º | 0.96% | 0.44% | - |
| HSV(B) | 338.16º | 0.98% | 0.87% | - |
| XYZ | 31.42 | 16.08 | 9.63 | - |
| YUV | 77.89 | 130.89 | 230.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 4 | 83 | 0 | 0.98 | 0.62 | 0.13 | 338.16 | 0.96 | 0.44 |
| Hex | DD | 4 | 53 | 0 | 62 | 3E | D | 152 | 60 | 2C |
| Octal | 335 | 4 | 123 | 0 | 142 | 76 | 15 | 522 | 140 | 54 |
| Binary | 11011101 | 100 | 1010011 | 0 | 1100010 | 111110 | 1101 | 101010010 | 1100000 | 101100 |
Color Harmonies of #DD0453
Complementary color
Monochromatic Colors of #DD0453
Black with #DD0453
Text Example
Text Example
White with #DD0453
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0453; }
p { color: rgb(221,4,83); }
H1.HeaderClassName
{
color: #DD0453;
}
.AnyTagClassName
{
color: #DD0453;
}
</style>
background-color css
<style>
a { background-color: #DD0453; }
a { background-color: rgb(221,4,83); }
div.DivClassName
{
background-color: #DD0453;
}
.BgClassName
{
background-color: #DD0453;
}
</style>
border-color css
<style>
span { border-color: #DD0453; }
span { border-color: rgb(221,4,83); }
td.TdClassName
{
border-color: #DD0453;
}
.TagClassName
{
border-color: #DD0453;
}
</style>