Shades of Razzmatazz #DC0F53
Tints of Razzmatazz #DC0F53
RGB
CMYK
RGB Variations
Color information
#DC0F53 (or 0xDC0F53) is known color: Razzmatazz. HEX triplet: DC, 0F and 53. RGB value is (220,15,83). Sum of RGB (Red+Green+Blue) = 220+15+83=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 15 (6.25% from 255 or 4.72% from 318); Blue value is 83 (32.81% from 255 or 26.10% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F53 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F53 is #23F0AC. Grayscale: #535353. Windows color (decimal): -2355373 or 5443548. OLE color: 5443548.
HSL color Cylindrical-coordinate representation of color #DC0F53: hue angle of 340.1º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0F53 is Cyan = 0, Magento = 0.93, Yellow = 0.62 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 83 | - |
| CMYK | 0 | 0.93 | 0.62 | 0.14 |
| HSL | 340.1º | 0.87% | 0.46% | - |
| HSV(B) | 340.1º | 0.93% | 0.86% | - |
| XYZ | 31.25 | 16.18 | 9.66 | - |
| YUV | 84.05 | 127.42 | 224.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 83 | 0 | 0.93 | 0.62 | 0.14 | 340.1 | 0.87 | 0.46 |
| Hex | DC | F | 53 | 0 | 5D | 3E | E | 154 | 57 | 2E |
| Octal | 334 | 17 | 123 | 0 | 135 | 76 | 16 | 524 | 127 | 56 |
| Binary | 11011100 | 1111 | 1010011 | 0 | 1011101 | 111110 | 1110 | 101010100 | 1010111 | 101110 |
Color Harmonies of #DC0F53
Complementary color
Monochromatic Colors of #DC0F53
Black with #DC0F53
Text Example
Text Example
White with #DC0F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F53; }
p { color: rgb(220,15,83); }
H1.HeaderClassName
{
color: #DC0F53;
}
.AnyTagClassName
{
color: #DC0F53;
}
</style>
background-color css
<style>
a { background-color: #DC0F53; }
a { background-color: rgb(220,15,83); }
div.DivClassName
{
background-color: #DC0F53;
}
.BgClassName
{
background-color: #DC0F53;
}
</style>
border-color css
<style>
span { border-color: #DC0F53; }
span { border-color: rgb(220,15,83); }
td.TdClassName
{
border-color: #DC0F53;
}
.TagClassName
{
border-color: #DC0F53;
}
</style>