Shades of Razzmatazz #DD0053
Tints of Razzmatazz #DD0053
RGB
CMYK
RGB Variations
Color information
#DD0053 (or 0xDD0053) is known color: Razzmatazz. HEX triplet: DD, 00 and 53. RGB value is (221,0,83). Sum of RGB (Red+Green+Blue) = 221+0+83=304 (40% of max value = 765). Red value is 221 (86.72% from 255 or 72.70% from 304); Green value is 0 (0.39% from 255 or 0% from 304); Blue value is 83 (32.81% from 255 or 27.30% from 304); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0053 is #22FFAC. Grayscale: #4B4B4B. Windows color (decimal): -2293677 or 5439709. OLE color: 5439709.
HSL color Cylindrical-coordinate representation of color #DD0053: hue angle of 337.47º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DD0053 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 0 | 83 | - |
| CMYK | 0 | 1 | 0.62 | 0.13 |
| HSL | 337.47º | 1% | 0.43% | - |
| HSV(B) | 337.47º | 1% | 0.87% | - |
| XYZ | 31.38 | 16 | 9.62 | - |
| YUV | 75.54 | 132.22 | 231.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 0 | 83 | 0 | 1 | 0.62 | 0.13 | 337.47 | 1 | 0.43 |
| Hex | DD | 0 | 53 | 0 | 64 | 3E | D | 151 | 64 | 2B |
| Octal | 335 | 0 | 123 | 0 | 144 | 76 | 15 | 521 | 144 | 53 |
| Binary | 11011101 | 0 | 1010011 | 0 | 1100100 | 111110 | 1101 | 101010001 | 1100100 | 101011 |
Color Harmonies of #DD0053
Complementary color
Monochromatic Colors of #DD0053
Black with #DD0053
Text Example
Text Example
White with #DD0053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0053; }
p { color: rgb(221,0,83); }
H1.HeaderClassName
{
color: #DD0053;
}
.AnyTagClassName
{
color: #DD0053;
}
</style>
background-color css
<style>
a { background-color: #DD0053; }
a { background-color: rgb(221,0,83); }
div.DivClassName
{
background-color: #DD0053;
}
.BgClassName
{
background-color: #DD0053;
}
</style>
border-color css
<style>
span { border-color: #DD0053; }
span { border-color: rgb(221,0,83); }
td.TdClassName
{
border-color: #DD0053;
}
.TagClassName
{
border-color: #DD0053;
}
</style>