Shades of Razzmatazz #DD0D4E
Tints of Razzmatazz #DD0D4E
RGB
CMYK
RGB Variations
Color information
#DD0D4E (or 0xDD0D4E) is known color: Razzmatazz. HEX triplet: DD, 0D and 4E. RGB value is (221,13,78). Sum of RGB (Red+Green+Blue) = 221+13+78=312 (41% of max value = 765). Red value is 221 (86.72% from 255 or 70.83% from 312); Green value is 13 (5.47% from 255 or 4.17% from 312); Blue value is 78 (30.86% from 255 or 25% from 312); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0D4E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0D4E is #22F2B1. Grayscale: #525252. Windows color (decimal): -2290354 or 5115357. OLE color: 5115357.
HSL color Cylindrical-coordinate representation of color #DD0D4E: hue angle of 341.25º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DD0D4E is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 13 | 78 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.13 |
| HSL | 341.25º | 0.89% | 0.46% | - |
| HSV(B) | 341.25º | 0.94% | 0.87% | - |
| XYZ | 31.34 | 16.21 | 8.68 | - |
| YUV | 82.6 | 125.41 | 226.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 13 | 78 | 0 | 0.94 | 0.65 | 0.13 | 341.25 | 0.89 | 0.46 |
| Hex | DD | D | 4E | 0 | 5E | 41 | D | 155 | 59 | 2E |
| Octal | 335 | 15 | 116 | 0 | 136 | 101 | 15 | 525 | 131 | 56 |
| Binary | 11011101 | 1101 | 1001110 | 0 | 1011110 | 1000001 | 1101 | 101010101 | 1011001 | 101110 |
Color Harmonies of #DD0D4E
Complementary color
Monochromatic Colors of #DD0D4E
Black with #DD0D4E
Text Example
Text Example
White with #DD0D4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0D4E; }
p { color: rgb(221,13,78); }
H1.HeaderClassName
{
color: #DD0D4E;
}
.AnyTagClassName
{
color: #DD0D4E;
}
</style>
background-color css
<style>
a { background-color: #DD0D4E; }
a { background-color: rgb(221,13,78); }
div.DivClassName
{
background-color: #DD0D4E;
}
.BgClassName
{
background-color: #DD0D4E;
}
</style>
border-color css
<style>
span { border-color: #DD0D4E; }
span { border-color: rgb(221,13,78); }
td.TdClassName
{
border-color: #DD0D4E;
}
.TagClassName
{
border-color: #DD0D4E;
}
</style>