Shades of Razzmatazz #DC0D4C
Tints of Razzmatazz #DC0D4C
RGB
CMYK
RGB Variations
Color information
#DC0D4C (or 0xDC0D4C) is known color: Razzmatazz. HEX triplet: DC, 0D and 4C. RGB value is (220,13,76). Sum of RGB (Red+Green+Blue) = 220+13+76=309 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.20% from 309); Green value is 13 (5.47% from 255 or 4.21% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D4C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC0D4C is #23F2B3. Grayscale: #525252. Windows color (decimal): -2355892 or 4984284. OLE color: 4984284.
HSL color Cylindrical-coordinate representation of color #DC0D4C: hue angle of 341.74º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D4C is Cyan = 0, Magento = 0.94, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 76 | - |
| CMYK | 0 | 0.94 | 0.65 | 0.14 |
| HSL | 341.74º | 0.89% | 0.46% | - |
| HSV(B) | 341.74º | 0.94% | 0.86% | - |
| XYZ | 30.96 | 16.03 | 8.3 | - |
| YUV | 82.08 | 124.58 | 226.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 76 | 0 | 0.94 | 0.65 | 0.14 | 341.74 | 0.89 | 0.46 |
| Hex | DC | D | 4C | 0 | 5E | 41 | E | 156 | 59 | 2E |
| Octal | 334 | 15 | 114 | 0 | 136 | 101 | 16 | 526 | 131 | 56 |
| Binary | 11011100 | 1101 | 1001100 | 0 | 1011110 | 1000001 | 1110 | 101010110 | 1011001 | 101110 |
Color Harmonies of #DC0D4C
Complementary color
Monochromatic Colors of #DC0D4C
Black with #DC0D4C
Text Example
Text Example
White with #DC0D4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D4C; }
p { color: rgb(220,13,76); }
H1.HeaderClassName
{
color: #DC0D4C;
}
.AnyTagClassName
{
color: #DC0D4C;
}
</style>
background-color css
<style>
a { background-color: #DC0D4C; }
a { background-color: rgb(220,13,76); }
div.DivClassName
{
background-color: #DC0D4C;
}
.BgClassName
{
background-color: #DC0D4C;
}
</style>
border-color css
<style>
span { border-color: #DC0D4C; }
span { border-color: rgb(220,13,76); }
td.TdClassName
{
border-color: #DC0D4C;
}
.TagClassName
{
border-color: #DC0D4C;
}
</style>