Shades of Razzmatazz #DC084C
Tints of Razzmatazz #DC084C
RGB
CMYK
RGB Variations
Color information
#DC084C (or 0xDC084C) is known color: Razzmatazz. HEX triplet: DC, 08 and 4C. RGB value is (220,8,76). Sum of RGB (Red+Green+Blue) = 220+8+76=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 8 (3.52% from 255 or 2.63% from 304); Blue value is 76 (30.08% from 255 or 25% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC084C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC084C is #23F7B3. Grayscale: #4F4F4F. Windows color (decimal): -2357172 or 4983004. OLE color: 4983004.
HSL color Cylindrical-coordinate representation of color #DC084C: hue angle of 340.75º 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 #DC084C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 76 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.14 |
| HSL | 340.75º | 0.93% | 0.45% | - |
| HSV(B) | 340.75º | 0.96% | 0.86% | - |
| XYZ | 30.91 | 15.91 | 8.28 | - |
| YUV | 79.14 | 126.24 | 228.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 76 | 0 | 0.96 | 0.65 | 0.14 | 340.75 | 0.93 | 0.45 |
| Hex | DC | 8 | 4C | 0 | 60 | 41 | E | 155 | 5D | 2D |
| Octal | 334 | 10 | 114 | 0 | 140 | 101 | 16 | 525 | 135 | 55 |
| Binary | 11011100 | 1000 | 1001100 | 0 | 1100000 | 1000001 | 1110 | 101010101 | 1011101 | 101101 |
Color Harmonies of #DC084C
Complementary color
Monochromatic Colors of #DC084C
Black with #DC084C
Text Example
Text Example
White with #DC084C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC084C; }
p { color: rgb(220,8,76); }
H1.HeaderClassName
{
color: #DC084C;
}
.AnyTagClassName
{
color: #DC084C;
}
</style>
background-color css
<style>
a { background-color: #DC084C; }
a { background-color: rgb(220,8,76); }
div.DivClassName
{
background-color: #DC084C;
}
.BgClassName
{
background-color: #DC084C;
}
</style>
border-color css
<style>
span { border-color: #DC084C; }
span { border-color: rgb(220,8,76); }
td.TdClassName
{
border-color: #DC084C;
}
.TagClassName
{
border-color: #DC084C;
}
</style>