Shades of Razzmatazz #DC034C
Tints of Razzmatazz #DC034C
RGB
CMYK
RGB Variations
Color information
#DC034C (or 0xDC034C) is known color: Razzmatazz. HEX triplet: DC, 03 and 4C. RGB value is (220,3,76). Sum of RGB (Red+Green+Blue) = 220+3+76=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 3 (1.56% from 255 or 1.00% from 299); Blue value is 76 (30.08% from 255 or 25.42% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC034C is #23FCB3. Grayscale: #4C4C4C. Windows color (decimal): -2358452 or 4981724. OLE color: 4981724.
HSL color Cylindrical-coordinate representation of color #DC034C: hue angle of 339.82º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC034C is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 76 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.14 |
| HSL | 339.82º | 0.97% | 0.44% | - |
| HSV(B) | 339.82º | 0.99% | 0.86% | - |
| XYZ | 30.85 | 15.8 | 8.26 | - |
| YUV | 76.21 | 127.89 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 76 | 0 | 0.99 | 0.65 | 0.14 | 339.82 | 0.97 | 0.44 |
| Hex | DC | 3 | 4C | 0 | 63 | 41 | E | 154 | 61 | 2C |
| Octal | 334 | 3 | 114 | 0 | 143 | 101 | 16 | 524 | 141 | 54 |
| Binary | 11011100 | 11 | 1001100 | 0 | 1100011 | 1000001 | 1110 | 101010100 | 1100001 | 101100 |
Color Harmonies of #DC034C
Complementary color
Monochromatic Colors of #DC034C
Black with #DC034C
Text Example
Text Example
White with #DC034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC034C; }
p { color: rgb(220,3,76); }
H1.HeaderClassName
{
color: #DC034C;
}
.AnyTagClassName
{
color: #DC034C;
}
</style>
background-color css
<style>
a { background-color: #DC034C; }
a { background-color: rgb(220,3,76); }
div.DivClassName
{
background-color: #DC034C;
}
.BgClassName
{
background-color: #DC034C;
}
</style>
border-color css
<style>
span { border-color: #DC034C; }
span { border-color: rgb(220,3,76); }
td.TdClassName
{
border-color: #DC034C;
}
.TagClassName
{
border-color: #DC034C;
}
</style>