Shades of Razzmatazz #DD0F4D
Tints of Razzmatazz #DD0F4D
RGB
CMYK
RGB Variations
Color information
#DD0F4D (or 0xDD0F4D) is known color: Razzmatazz. HEX triplet: DD, 0F and 4D. RGB value is (221,15,77). Sum of RGB (Red+Green+Blue) = 221+15+77=313 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.61% from 313); Green value is 15 (6.25% from 255 or 4.79% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0F4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0F4D is #22F0B2. Grayscale: #535353. Windows color (decimal): -2289843 or 5050333. OLE color: 5050333.
HSL color Cylindrical-coordinate representation of color #DD0F4D: hue angle of 341.94º 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 #DD0F4D is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 15 | 77 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.13 |
| HSL | 341.94º | 0.87% | 0.46% | - |
| HSV(B) | 341.94º | 0.93% | 0.87% | - |
| XYZ | 31.33 | 16.25 | 8.51 | - |
| YUV | 83.66 | 124.25 | 225.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 15 | 77 | 0 | 0.93 | 0.65 | 0.13 | 341.94 | 0.87 | 0.46 |
| Hex | DD | F | 4D | 0 | 5D | 41 | D | 156 | 57 | 2E |
| Octal | 335 | 17 | 115 | 0 | 135 | 101 | 15 | 526 | 127 | 56 |
| Binary | 11011101 | 1111 | 1001101 | 0 | 1011101 | 1000001 | 1101 | 101010110 | 1010111 | 101110 |
Color Harmonies of #DD0F4D
Complementary color
Monochromatic Colors of #DD0F4D
Black with #DD0F4D
Text Example
Text Example
White with #DD0F4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0F4D; }
p { color: rgb(221,15,77); }
H1.HeaderClassName
{
color: #DD0F4D;
}
.AnyTagClassName
{
color: #DD0F4D;
}
</style>
background-color css
<style>
a { background-color: #DD0F4D; }
a { background-color: rgb(221,15,77); }
div.DivClassName
{
background-color: #DD0F4D;
}
.BgClassName
{
background-color: #DD0F4D;
}
</style>
border-color css
<style>
span { border-color: #DD0F4D; }
span { border-color: rgb(221,15,77); }
td.TdClassName
{
border-color: #DD0F4D;
}
.TagClassName
{
border-color: #DD0F4D;
}
</style>