Shades of Razzmatazz #DC024E
Tints of Razzmatazz #DC024E
RGB
CMYK
RGB Variations
Color information
#DC024E (or 0xDC024E) is known color: Razzmatazz. HEX triplet: DC, 02 and 4E. RGB value is (220,2,78). Sum of RGB (Red+Green+Blue) = 220+2+78=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 2 (1.17% from 255 or 0.67% from 300); Blue value is 78 (30.86% from 255 or 26% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC024E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC024E is #23FDB1. Grayscale: #4B4B4B. Windows color (decimal): -2358706 or 5112540. OLE color: 5112540.
HSL color Cylindrical-coordinate representation of color #DC024E: hue angle of 339.08º 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 #DC024E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 78 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.14 |
| HSL | 339.08º | 0.98% | 0.44% | - |
| HSV(B) | 339.08º | 0.99% | 0.86% | - |
| XYZ | 30.91 | 15.81 | 8.63 | - |
| YUV | 75.85 | 129.22 | 230.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 78 | 0 | 0.99 | 0.65 | 0.14 | 339.08 | 0.98 | 0.44 |
| Hex | DC | 2 | 4E | 0 | 63 | 41 | E | 153 | 62 | 2C |
| Octal | 334 | 2 | 116 | 0 | 143 | 101 | 16 | 523 | 142 | 54 |
| Binary | 11011100 | 10 | 1001110 | 0 | 1100011 | 1000001 | 1110 | 101010011 | 1100010 | 101100 |
Color Harmonies of #DC024E
Complementary color
Monochromatic Colors of #DC024E
Black with #DC024E
Text Example
Text Example
White with #DC024E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC024E; }
p { color: rgb(220,2,78); }
H1.HeaderClassName
{
color: #DC024E;
}
.AnyTagClassName
{
color: #DC024E;
}
</style>
background-color css
<style>
a { background-color: #DC024E; }
a { background-color: rgb(220,2,78); }
div.DivClassName
{
background-color: #DC024E;
}
.BgClassName
{
background-color: #DC024E;
}
</style>
border-color css
<style>
span { border-color: #DC024E; }
span { border-color: rgb(220,2,78); }
td.TdClassName
{
border-color: #DC024E;
}
.TagClassName
{
border-color: #DC024E;
}
</style>