Shades of Razzmatazz #DC0A5E
Tints of Razzmatazz #DC0A5E
RGB
CMYK
RGB Variations
Color information
#DC0A5E (or 0xDC0A5E) is known color: Razzmatazz. HEX triplet: DC, 0A and 5E. RGB value is (220,10,94). Sum of RGB (Red+Green+Blue) = 220+10+94=324 (42% of max value = 765). Red value is 220 (86.33% from 255 or 67.90% from 324); Green value is 10 (4.30% from 255 or 3.09% from 324); Blue value is 94 (37.11% from 255 or 29.01% from 324); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0A5E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0A5E is #23F5A1. Grayscale: #525252. Windows color (decimal): -2356642 or 6163164. OLE color: 6163164.
HSL color Cylindrical-coordinate representation of color #DC0A5E: hue angle of 336º degrees, saturation: 0.91, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #DC0A5E is Cyan = 0, Magento = 0.95, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 10 | 94 | - |
| CMYK | 0 | 0.95 | 0.57 | 0.14 |
| HSL | 336º | 0.91% | 0.45% | - |
| HSV(B) | 336º | 0.95% | 0.86% | - |
| XYZ | 31.64 | 16.24 | 12.06 | - |
| YUV | 82.37 | 134.57 | 226.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 10 | 94 | 0 | 0.95 | 0.57 | 0.14 | 336 | 0.91 | 0.45 |
| Hex | DC | A | 5E | 0 | 5F | 39 | E | 150 | 5B | 2D |
| Octal | 334 | 12 | 136 | 0 | 137 | 71 | 16 | 520 | 133 | 55 |
| Binary | 11011100 | 1010 | 1011110 | 0 | 1011111 | 111001 | 1110 | 101010000 | 1011011 | 101101 |
Color Harmonies of #DC0A5E
Complementary color
Monochromatic Colors of #DC0A5E
Black with #DC0A5E
Text Example
Text Example
White with #DC0A5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0A5E; }
p { color: rgb(220,10,94); }
H1.HeaderClassName
{
color: #DC0A5E;
}
.AnyTagClassName
{
color: #DC0A5E;
}
</style>
background-color css
<style>
a { background-color: #DC0A5E; }
a { background-color: rgb(220,10,94); }
div.DivClassName
{
background-color: #DC0A5E;
}
.BgClassName
{
background-color: #DC0A5E;
}
</style>
border-color css
<style>
span { border-color: #DC0A5E; }
span { border-color: rgb(220,10,94); }
td.TdClassName
{
border-color: #DC0A5E;
}
.TagClassName
{
border-color: #DC0A5E;
}
</style>