Shades of Razzmatazz #DD0C4D
Tints of Razzmatazz #DD0C4D
RGB
CMYK
RGB Variations
Color information
#DD0C4D (or 0xDD0C4D) is known color: Razzmatazz. HEX triplet: DD, 0C and 4D. RGB value is (221,12,77). Sum of RGB (Red+Green+Blue) = 221+12+77=310 (41% of max value = 765). Red value is 221 (86.72% from 255 or 71.29% from 310); Green value is 12 (5.08% from 255 or 3.87% from 310); Blue value is 77 (30.47% from 255 or 24.84% from 310); Max value from RGB is 221 - color contains mainly: red. Hex color #DD0C4D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DD0C4D is #22F3B2. Grayscale: #515151. Windows color (decimal): -2290611 or 5049565. OLE color: 5049565.
HSL color Cylindrical-coordinate representation of color #DD0C4D: hue angle of 341.34º degrees, saturation: 0.9, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DD0C4D is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 221 | 12 | 77 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.13 |
| HSL | 341.34º | 0.9% | 0.46% | - |
| HSV(B) | 341.34º | 0.95% | 0.87% | - |
| XYZ | 31.29 | 16.17 | 8.49 | - |
| YUV | 81.9 | 125.24 | 227.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 12 | 77 | 0 | 0.95 | 0.65 | 0.13 | 341.34 | 0.9 | 0.46 |
| Hex | DD | C | 4D | 0 | 5F | 41 | D | 155 | 5A | 2E |
| Octal | 335 | 14 | 115 | 0 | 137 | 101 | 15 | 525 | 132 | 56 |
| Binary | 11011101 | 1100 | 1001101 | 0 | 1011111 | 1000001 | 1101 | 101010101 | 1011010 | 101110 |
Color Harmonies of #DD0C4D
Complementary color
Monochromatic Colors of #DD0C4D
Black with #DD0C4D
Text Example
Text Example
White with #DD0C4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DD0C4D; }
p { color: rgb(221,12,77); }
H1.HeaderClassName
{
color: #DD0C4D;
}
.AnyTagClassName
{
color: #DD0C4D;
}
</style>
background-color css
<style>
a { background-color: #DD0C4D; }
a { background-color: rgb(221,12,77); }
div.DivClassName
{
background-color: #DD0C4D;
}
.BgClassName
{
background-color: #DD0C4D;
}
</style>
border-color css
<style>
span { border-color: #DD0C4D; }
span { border-color: rgb(221,12,77); }
td.TdClassName
{
border-color: #DD0C4D;
}
.TagClassName
{
border-color: #DD0C4D;
}
</style>