Shades of Razzmatazz #DC094C
Tints of Razzmatazz #DC094C
RGB
CMYK
RGB Variations
Color information
#DC094C (or 0xDC094C) is known color: Razzmatazz. HEX triplet: DC, 09 and 4C. RGB value is (220,9,76). Sum of RGB (Red+Green+Blue) = 220+9+76=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC094C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC094C is #23F6B3. Grayscale: #4F4F4F. Windows color (decimal): -2356916 or 4983260. OLE color: 4983260.
HSL color Cylindrical-coordinate representation of color #DC094C: hue angle of 340.95º 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 #DC094C is Cyan = 0, Magento = 0.96, Yellow = 0.65 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 76 | - |
| CMYK | 0 | 0.96 | 0.65 | 0.14 |
| HSL | 340.95º | 0.92% | 0.45% | - |
| HSV(B) | 340.95º | 0.96% | 0.86% | - |
| XYZ | 30.92 | 15.93 | 8.28 | - |
| YUV | 79.73 | 125.9 | 228.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 76 | 0 | 0.96 | 0.65 | 0.14 | 340.95 | 0.92 | 0.45 |
| Hex | DC | 9 | 4C | 0 | 60 | 41 | E | 155 | 5C | 2D |
| Octal | 334 | 11 | 114 | 0 | 140 | 101 | 16 | 525 | 134 | 55 |
| Binary | 11011100 | 1001 | 1001100 | 0 | 1100000 | 1000001 | 1110 | 101010101 | 1011100 | 101101 |
Color Harmonies of #DC094C
Complementary color
Monochromatic Colors of #DC094C
Black with #DC094C
Text Example
Text Example
White with #DC094C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC094C; }
p { color: rgb(220,9,76); }
H1.HeaderClassName
{
color: #DC094C;
}
.AnyTagClassName
{
color: #DC094C;
}
</style>
background-color css
<style>
a { background-color: #DC094C; }
a { background-color: rgb(220,9,76); }
div.DivClassName
{
background-color: #DC094C;
}
.BgClassName
{
background-color: #DC094C;
}
</style>
border-color css
<style>
span { border-color: #DC094C; }
span { border-color: rgb(220,9,76); }
td.TdClassName
{
border-color: #DC094C;
}
.TagClassName
{
border-color: #DC094C;
}
</style>