Shades of Razzmatazz #DC094D
Tints of Razzmatazz #DC094D
RGB
CMYK
RGB Variations
Color information
#DC094D (or 0xDC094D) is known color: Razzmatazz. HEX triplet: DC, 09 and 4D. RGB value is (220,9,77). Sum of RGB (Red+Green+Blue) = 220+9+77=306 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.90% from 306); Green value is 9 (3.91% from 255 or 2.94% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 220 - color contains mainly: red. Hex color #DC094D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC094D is #23F6B2. Grayscale: #4F4F4F. Windows color (decimal): -2356915 or 5048796. OLE color: 5048796.
HSL color Cylindrical-coordinate representation of color #DC094D: hue angle of 340.66º degrees, saturation: 0.92, 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 #DC094D is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 77 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.14 |
| HSL | 340.66º | 0.92% | 0.45% | - |
| HSV(B) | 340.66º | 0.96% | 0.86% | - |
| XYZ | 30.95 | 15.95 | 8.47 | - |
| YUV | 79.84 | 126.4 | 227.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 77 | 0 | 0.96 | 0.65 | 0.14 | 340.66 | 0.92 | 0.45 |
| Hex | DC | 9 | 4D | 0 | 60 | 41 | E | 155 | 5C | 2D |
| Octal | 334 | 11 | 115 | 0 | 140 | 101 | 16 | 525 | 134 | 55 |
| Binary | 11011100 | 1001 | 1001101 | 0 | 1100000 | 1000001 | 1110 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DC094D
Complementary color
Monochromatic Colors of #DC094D
Black with #DC094D
Text Example
Text Example
White with #DC094D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC094D; }
p { color: rgb(220,9,77); }
H1.HeaderClassName
{
color: #DC094D;
}
.AnyTagClassName
{
color: #DC094D;
}
</style>
background-color css
<style>
a { background-color: #DC094D; }
a { background-color: rgb(220,9,77); }
div.DivClassName
{
background-color: #DC094D;
}
.BgClassName
{
background-color: #DC094D;
}
</style>
border-color css
<style>
span { border-color: #DC094D; }
span { border-color: rgb(220,9,77); }
td.TdClassName
{
border-color: #DC094D;
}
.TagClassName
{
border-color: #DC094D;
}
</style>