Shades of Razzmatazz #DC024D
Tints of Razzmatazz #DC024D
RGB
CMYK
RGB Variations
Color information
#DC024D (or 0xDC024D) is known color: Razzmatazz. HEX triplet: DC, 02 and 4D. RGB value is (220,2,77). Sum of RGB (Red+Green+Blue) = 220+2+77=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 2 (1.17% from 255 or 0.67% from 299); Blue value is 77 (30.47% from 255 or 25.75% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC024D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC024D is #23FDB2. Grayscale: #4B4B4B. Windows color (decimal): -2358707 or 5047004. OLE color: 5047004.
HSL color Cylindrical-coordinate representation of color #DC024D: hue angle of 339.36º degrees, saturation: 0.98, 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 #DC024D is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 77 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.14 |
| HSL | 339.36º | 0.98% | 0.44% | - |
| HSV(B) | 339.36º | 0.99% | 0.86% | - |
| XYZ | 30.88 | 15.79 | 8.44 | - |
| YUV | 75.73 | 128.72 | 230.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 77 | 0 | 0.99 | 0.65 | 0.14 | 339.36 | 0.98 | 0.44 |
| Hex | DC | 2 | 4D | 0 | 63 | 41 | E | 153 | 62 | 2C |
| Octal | 334 | 2 | 115 | 0 | 143 | 101 | 16 | 523 | 142 | 54 |
| Binary | 11011100 | 10 | 1001101 | 0 | 1100011 | 1000001 | 1110 | 101010011 | 1100010 | 101100 |
Color Harmonies of #DC024D
Complementary color
Monochromatic Colors of #DC024D
Black with #DC024D
Text Example
Text Example
White with #DC024D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC024D; }
p { color: rgb(220,2,77); }
H1.HeaderClassName
{
color: #DC024D;
}
.AnyTagClassName
{
color: #DC024D;
}
</style>
background-color css
<style>
a { background-color: #DC024D; }
a { background-color: rgb(220,2,77); }
div.DivClassName
{
background-color: #DC024D;
}
.BgClassName
{
background-color: #DC024D;
}
</style>
border-color css
<style>
span { border-color: #DC024D; }
span { border-color: rgb(220,2,77); }
td.TdClassName
{
border-color: #DC024D;
}
.TagClassName
{
border-color: #DC024D;
}
</style>