Shades of Razzmatazz #DC094E
Tints of Razzmatazz #DC094E
RGB
CMYK
RGB Variations
Color information
#DC094E (or 0xDC094E) is known color: Razzmatazz. HEX triplet: DC, 09 and 4E. RGB value is (220,9,78). Sum of RGB (Red+Green+Blue) = 220+9+78=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 9 (3.91% from 255 or 2.93% from 307); Blue value is 78 (30.86% from 255 or 25.41% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC094E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC094E is #23F6B1. Grayscale: #4F4F4F. Windows color (decimal): -2356914 or 5114332. OLE color: 5114332.
HSL color Cylindrical-coordinate representation of color #DC094E: hue angle of 340.38º 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 #DC094E is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 78 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.14 |
| HSL | 340.38º | 0.92% | 0.45% | - |
| HSV(B) | 340.38º | 0.96% | 0.86% | - |
| XYZ | 30.99 | 15.96 | 8.66 | - |
| YUV | 79.96 | 126.9 | 227.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 78 | 0 | 0.96 | 0.65 | 0.14 | 340.38 | 0.92 | 0.45 |
| Hex | DC | 9 | 4E | 0 | 60 | 41 | E | 154 | 5C | 2D |
| Octal | 334 | 11 | 116 | 0 | 140 | 101 | 16 | 524 | 134 | 55 |
| Binary | 11011100 | 1001 | 1001110 | 0 | 1100000 | 1000001 | 1110 | 101010100 | 1011100 | 101101 |
Color Harmonies of #DC094E
Complementary color
Monochromatic Colors of #DC094E
Black with #DC094E
Text Example
Text Example
White with #DC094E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC094E; }
p { color: rgb(220,9,78); }
H1.HeaderClassName
{
color: #DC094E;
}
.AnyTagClassName
{
color: #DC094E;
}
</style>
background-color css
<style>
a { background-color: #DC094E; }
a { background-color: rgb(220,9,78); }
div.DivClassName
{
background-color: #DC094E;
}
.BgClassName
{
background-color: #DC094E;
}
</style>
border-color css
<style>
span { border-color: #DC094E; }
span { border-color: rgb(220,9,78); }
td.TdClassName
{
border-color: #DC094E;
}
.TagClassName
{
border-color: #DC094E;
}
</style>