Shades of Razzmatazz #DC084E
Tints of Razzmatazz #DC084E
RGB
CMYK
RGB Variations
Color information
#DC084E (or 0xDC084E) is known color: Razzmatazz. HEX triplet: DC, 08 and 4E. RGB value is (220,8,78). Sum of RGB (Red+Green+Blue) = 220+8+78=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 78 (30.86% from 255 or 25.49% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC084E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC084E is #23F7B1. Grayscale: #4F4F4F. Windows color (decimal): -2357170 or 5114076. OLE color: 5114076.
HSL color Cylindrical-coordinate representation of color #DC084E: hue angle of 340.19º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC084E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 78 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.14 |
| HSL | 340.19º | 0.93% | 0.45% | - |
| HSV(B) | 340.19º | 0.96% | 0.86% | - |
| XYZ | 30.98 | 15.94 | 8.65 | - |
| YUV | 79.37 | 127.24 | 228.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 78 | 0 | 0.96 | 0.65 | 0.14 | 340.19 | 0.93 | 0.45 |
| Hex | DC | 8 | 4E | 0 | 60 | 41 | E | 154 | 5D | 2D |
| Octal | 334 | 10 | 116 | 0 | 140 | 101 | 16 | 524 | 135 | 55 |
| Binary | 11011100 | 1000 | 1001110 | 0 | 1100000 | 1000001 | 1110 | 101010100 | 1011101 | 101101 |
Color Harmonies of #DC084E
Complementary color
Monochromatic Colors of #DC084E
Black with #DC084E
Text Example
Text Example
White with #DC084E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC084E; }
p { color: rgb(220,8,78); }
H1.HeaderClassName
{
color: #DC084E;
}
.AnyTagClassName
{
color: #DC084E;
}
</style>
background-color css
<style>
a { background-color: #DC084E; }
a { background-color: rgb(220,8,78); }
div.DivClassName
{
background-color: #DC084E;
}
.BgClassName
{
background-color: #DC084E;
}
</style>
border-color css
<style>
span { border-color: #DC084E; }
span { border-color: rgb(220,8,78); }
td.TdClassName
{
border-color: #DC084E;
}
.TagClassName
{
border-color: #DC084E;
}
</style>