Shades of Razzmatazz #DC084D
Tints of Razzmatazz #DC084D
RGB
CMYK
RGB Variations
Color information
#DC084D (or 0xDC084D) is known color: Razzmatazz. HEX triplet: DC, 08 and 4D. RGB value is (220,8,77). Sum of RGB (Red+Green+Blue) = 220+8+77=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 8 (3.52% from 255 or 2.62% from 305); Blue value is 77 (30.47% from 255 or 25.25% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC084D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC084D is #23F7B2. Grayscale: #4F4F4F. Windows color (decimal): -2357171 or 5048540. OLE color: 5048540.
HSL color Cylindrical-coordinate representation of color #DC084D: hue angle of 340.47º 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 #DC084D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 77 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.14 |
| HSL | 340.47º | 0.93% | 0.45% | - |
| HSV(B) | 340.47º | 0.96% | 0.86% | - |
| XYZ | 30.94 | 15.93 | 8.46 | - |
| YUV | 79.25 | 126.74 | 228.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 77 | 0 | 0.96 | 0.65 | 0.14 | 340.47 | 0.93 | 0.45 |
| Hex | DC | 8 | 4D | 0 | 60 | 41 | E | 154 | 5D | 2D |
| Octal | 334 | 10 | 115 | 0 | 140 | 101 | 16 | 524 | 135 | 55 |
| Binary | 11011100 | 1000 | 1001101 | 0 | 1100000 | 1000001 | 1110 | 101010100 | 1011101 | 101101 |
Color Harmonies of #DC084D
Complementary color
Monochromatic Colors of #DC084D
Black with #DC084D
Text Example
Text Example
White with #DC084D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC084D; }
p { color: rgb(220,8,77); }
H1.HeaderClassName
{
color: #DC084D;
}
.AnyTagClassName
{
color: #DC084D;
}
</style>
background-color css
<style>
a { background-color: #DC084D; }
a { background-color: rgb(220,8,77); }
div.DivClassName
{
background-color: #DC084D;
}
.BgClassName
{
background-color: #DC084D;
}
</style>
border-color css
<style>
span { border-color: #DC084D; }
span { border-color: rgb(220,8,77); }
td.TdClassName
{
border-color: #DC084D;
}
.TagClassName
{
border-color: #DC084D;
}
</style>