Shades of Razzmatazz #DC0F55
Tints of Razzmatazz #DC0F55
RGB
CMYK
RGB Variations
Color information
#DC0F55 (or 0xDC0F55) is known color: Razzmatazz. HEX triplet: DC, 0F and 55. RGB value is (220,15,85). Sum of RGB (Red+Green+Blue) = 220+15+85=320 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.75% from 320); Green value is 15 (6.25% from 255 or 4.69% from 320); Blue value is 85 (33.59% from 255 or 26.56% from 320); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0F55 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0F55 is #23F0AA. Grayscale: #545454. Windows color (decimal): -2355371 or 5574620. OLE color: 5574620.
HSL color Cylindrical-coordinate representation of color #DC0F55: hue angle of 339.51º 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 #DC0F55 is Cyan = 0, Magento = 0.93, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 85 | - |
| CMYK | 0 | 0.93 | 0.61 | 0.14 |
| HSL | 339.51º | 0.87% | 0.46% | - |
| HSV(B) | 339.51º | 0.93% | 0.86% | - |
| XYZ | 31.33 | 16.21 | 10.07 | - |
| YUV | 84.28 | 128.42 | 224.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 85 | 0 | 0.93 | 0.61 | 0.14 | 339.51 | 0.87 | 0.46 |
| Hex | DC | F | 55 | 0 | 5D | 3D | E | 154 | 57 | 2E |
| Octal | 334 | 17 | 125 | 0 | 135 | 75 | 16 | 524 | 127 | 56 |
| Binary | 11011100 | 1111 | 1010101 | 0 | 1011101 | 111101 | 1110 | 101010100 | 1010111 | 101110 |
Color Harmonies of #DC0F55
Complementary color
Monochromatic Colors of #DC0F55
Black with #DC0F55
Text Example
Text Example
White with #DC0F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0F55; }
p { color: rgb(220,15,85); }
H1.HeaderClassName
{
color: #DC0F55;
}
.AnyTagClassName
{
color: #DC0F55;
}
</style>
background-color css
<style>
a { background-color: #DC0F55; }
a { background-color: rgb(220,15,85); }
div.DivClassName
{
background-color: #DC0F55;
}
.BgClassName
{
background-color: #DC0F55;
}
</style>
border-color css
<style>
span { border-color: #DC0F55; }
span { border-color: rgb(220,15,85); }
td.TdClassName
{
border-color: #DC0F55;
}
.TagClassName
{
border-color: #DC0F55;
}
</style>