Shades of Razzmatazz #DD1053
Tints of Razzmatazz #DD1053
RGB
CMYK
RGB Variations
Color information
#DD1053 (or 0xDD1053) is known color: Razzmatazz. HEX triplet: DD, 10 and 53. RGB value is (221,16,83). Sum of RGB (Red+Green+Blue) = 221+16+83=320 (42% of max value = 765). Red value is 221 (86.72% from 255 or 69.06% from 320); Green value is 16 (6.64% from 255 or 5% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1053 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD1053 is #22EFAC. Grayscale: #545454. Windows color (decimal): -2289581 or 5443805. OLE color: 5443805.
HSL color Cylindrical-coordinate representation of color #DD1053: hue angle of 340.39º degrees, saturation: 0.86, 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 #DD1053 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 16 | 83 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.13 |
| HSL | 340.39º | 0.86% | 0.46% | - |
| HSV(B) | 340.39º | 0.93% | 0.87% | - |
| XYZ | 31.57 | 16.37 | 9.68 | - |
| YUV | 84.93 | 126.92 | 225.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 16 | 83 | 0 | 0.93 | 0.62 | 0.13 | 340.39 | 0.86 | 0.46 |
| Hex | DD | 10 | 53 | 0 | 5D | 3E | D | 154 | 56 | 2E |
| Octal | 335 | 20 | 123 | 0 | 135 | 76 | 15 | 524 | 126 | 56 |
| Binary | 11011101 | 10000 | 1010011 | 0 | 1011101 | 111110 | 1101 | 101010100 | 1010110 | 101110 |
Color Harmonies of #DD1053
Complementary color
Monochromatic Colors of #DD1053
Black with #DD1053
Text Example
Text Example
White with #DD1053
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD1053; }
p { color: rgb(221,16,83); }
H1.HeaderClassName
{
color: #DD1053;
}
.AnyTagClassName
{
color: #DD1053;
}
</style>
background-color css
<style>
a { background-color: #DD1053; }
a { background-color: rgb(221,16,83); }
div.DivClassName
{
background-color: #DD1053;
}
.BgClassName
{
background-color: #DD1053;
}
</style>
border-color css
<style>
span { border-color: #DD1053; }
span { border-color: rgb(221,16,83); }
td.TdClassName
{
border-color: #DD1053;
}
.TagClassName
{
border-color: #DD1053;
}
</style>