Shades of Razzmatazz #DC084F
Tints of Razzmatazz #DC084F
RGB
CMYK
RGB Variations
Color information
#DC084F (or 0xDC084F) is known color: Razzmatazz. HEX triplet: DC, 08 and 4F. RGB value is (220,8,79). Sum of RGB (Red+Green+Blue) = 220+8+79=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 8 (3.52% from 255 or 2.61% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC084F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC084F is #23F7B0. Grayscale: #4F4F4F. Windows color (decimal): -2357169 or 5179612. OLE color: 5179612.
HSL color Cylindrical-coordinate representation of color #DC084F: hue angle of 339.91º 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 #DC084F is Cyan = 0, Magento = 0.96, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 79 | - |
| CMYK | 0 | 0.96 | 0.64 | 0.14 |
| HSL | 339.91º | 0.93% | 0.45% | - |
| HSV(B) | 339.91º | 0.96% | 0.86% | - |
| XYZ | 31.01 | 15.95 | 8.84 | - |
| YUV | 79.48 | 127.74 | 228.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 79 | 0 | 0.96 | 0.64 | 0.14 | 339.91 | 0.93 | 0.45 |
| Hex | DC | 8 | 4F | 0 | 60 | 40 | E | 154 | 5D | 2D |
| Octal | 334 | 10 | 117 | 0 | 140 | 100 | 16 | 524 | 135 | 55 |
| Binary | 11011100 | 1000 | 1001111 | 0 | 1100000 | 1000000 | 1110 | 101010100 | 1011101 | 101101 |
Color Harmonies of #DC084F
Complementary color
Monochromatic Colors of #DC084F
Black with #DC084F
Text Example
Text Example
White with #DC084F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC084F; }
p { color: rgb(220,8,79); }
H1.HeaderClassName
{
color: #DC084F;
}
.AnyTagClassName
{
color: #DC084F;
}
</style>
background-color css
<style>
a { background-color: #DC084F; }
a { background-color: rgb(220,8,79); }
div.DivClassName
{
background-color: #DC084F;
}
.BgClassName
{
background-color: #DC084F;
}
</style>
border-color css
<style>
span { border-color: #DC084F; }
span { border-color: rgb(220,8,79); }
td.TdClassName
{
border-color: #DC084F;
}
.TagClassName
{
border-color: #DC084F;
}
</style>