Shades of Razzmatazz #DC0F50
Tints of Razzmatazz #DC0F50
RGB
CMYK
RGB Variations
Color information
#DC0F50 (or 0xDC0F50) is known color: Razzmatazz. HEX triplet: DC, 0F and 50. RGB value is (220,15,80). Sum of RGB (Red+Green+Blue) = 220+15+80=315 (41% of max value = 765). Red value is 220 (86.33% from 255 or 69.84% from 315); Green value is 15 (6.25% from 255 or 4.76% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F50 is #23F0AF. Grayscale: #535353. Windows color (decimal): -2355376 or 5246940. OLE color: 5246940.
HSL color Cylindrical-coordinate representation of color #DC0F50: hue angle of 340.98º 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 #DC0F50 is Cyan = 0, Magento = 0.93, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 80 | - |
| CMYK | 0 | 0.93 | 0.64 | 0.14 |
| HSL | 340.98º | 0.87% | 0.46% | - |
| HSV(B) | 340.98º | 0.93% | 0.86% | - |
| XYZ | 31.13 | 16.14 | 9.06 | - |
| YUV | 83.71 | 125.92 | 225.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 80 | 0 | 0.93 | 0.64 | 0.14 | 340.98 | 0.87 | 0.46 |
| Hex | DC | F | 50 | 0 | 5D | 40 | E | 155 | 57 | 2E |
| Octal | 334 | 17 | 120 | 0 | 135 | 100 | 16 | 525 | 127 | 56 |
| Binary | 11011100 | 1111 | 1010000 | 0 | 1011101 | 1000000 | 1110 | 101010101 | 1010111 | 101110 |
Color Harmonies of #DC0F50
Complementary color
Monochromatic Colors of #DC0F50
Black with #DC0F50
Text Example
Text Example
White with #DC0F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F50; }
p { color: rgb(220,15,80); }
H1.HeaderClassName
{
color: #DC0F50;
}
.AnyTagClassName
{
color: #DC0F50;
}
</style>
background-color css
<style>
a { background-color: #DC0F50; }
a { background-color: rgb(220,15,80); }
div.DivClassName
{
background-color: #DC0F50;
}
.BgClassName
{
background-color: #DC0F50;
}
</style>
border-color css
<style>
span { border-color: #DC0F50; }
span { border-color: rgb(220,15,80); }
td.TdClassName
{
border-color: #DC0F50;
}
.TagClassName
{
border-color: #DC0F50;
}
</style>