Shades of Razzmatazz #DC0E53
Tints of Razzmatazz #DC0E53
RGB
CMYK
RGB Variations
Color information
#DC0E53 (or 0xDC0E53) is known color: Razzmatazz. HEX triplet: DC, 0E and 53. RGB value is (220,14,83). Sum of RGB (Red+Green+Blue) = 220+14+83=317 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.40% from 317); Green value is 14 (5.86% from 255 or 4.42% from 317); Blue value is 83 (32.81% from 255 or 26.18% from 317); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0E53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0E53 is #23F1AC. Grayscale: #535353. Windows color (decimal): -2355629 or 5443292. OLE color: 5443292.
HSL color Cylindrical-coordinate representation of color #DC0E53: hue angle of 339.9º degrees, saturation: 0.88, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0E53 is Cyan = 0, Magento = 0.94, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 14 | 83 | - |
| CMYK | 0 | 0.94 | 0.62 | 0.14 |
| HSL | 339.9º | 0.88% | 0.46% | - |
| HSV(B) | 339.9º | 0.94% | 0.86% | - |
| XYZ | 31.23 | 16.15 | 9.66 | - |
| YUV | 83.46 | 127.75 | 225.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 14 | 83 | 0 | 0.94 | 0.62 | 0.14 | 339.9 | 0.88 | 0.46 |
| Hex | DC | E | 53 | 0 | 5E | 3E | E | 154 | 58 | 2E |
| Octal | 334 | 16 | 123 | 0 | 136 | 76 | 16 | 524 | 130 | 56 |
| Binary | 11011100 | 1110 | 1010011 | 0 | 1011110 | 111110 | 1110 | 101010100 | 1011000 | 101110 |
Color Harmonies of #DC0E53
Complementary color
Monochromatic Colors of #DC0E53
Black with #DC0E53
Text Example
Text Example
White with #DC0E53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0E53; }
p { color: rgb(220,14,83); }
H1.HeaderClassName
{
color: #DC0E53;
}
.AnyTagClassName
{
color: #DC0E53;
}
</style>
background-color css
<style>
a { background-color: #DC0E53; }
a { background-color: rgb(220,14,83); }
div.DivClassName
{
background-color: #DC0E53;
}
.BgClassName
{
background-color: #DC0E53;
}
</style>
border-color css
<style>
span { border-color: #DC0E53; }
span { border-color: rgb(220,14,83); }
td.TdClassName
{
border-color: #DC0E53;
}
.TagClassName
{
border-color: #DC0E53;
}
</style>