Shades of Razzmatazz #DC0355
Tints of Razzmatazz #DC0355
RGB
CMYK
RGB Variations
Color information
#DC0355 (or 0xDC0355) is known color: Razzmatazz. HEX triplet: DC, 03 and 55. RGB value is (220,3,85). Sum of RGB (Red+Green+Blue) = 220+3+85=308 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.43% from 308); Green value is 3 (1.56% from 255 or 0.97% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0355 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0355 is #23FCAA. Grayscale: #4D4D4D. Windows color (decimal): -2358443 or 5571548. OLE color: 5571548.
HSL color Cylindrical-coordinate representation of color #DC0355: hue angle of 337.33º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC0355 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 85 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.14 |
| HSL | 337.33º | 0.97% | 0.44% | - |
| HSV(B) | 337.33º | 0.99% | 0.86% | - |
| XYZ | 31.19 | 15.94 | 10.03 | - |
| YUV | 77.23 | 132.39 | 229.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 85 | 0 | 0.99 | 0.61 | 0.14 | 337.33 | 0.97 | 0.44 |
| Hex | DC | 3 | 55 | 0 | 63 | 3D | E | 151 | 61 | 2C |
| Octal | 334 | 3 | 125 | 0 | 143 | 75 | 16 | 521 | 141 | 54 |
| Binary | 11011100 | 11 | 1010101 | 0 | 1100011 | 111101 | 1110 | 101010001 | 1100001 | 101100 |
Color Harmonies of #DC0355
Complementary color
Monochromatic Colors of #DC0355
Black with #DC0355
Text Example
Text Example
White with #DC0355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0355; }
p { color: rgb(220,3,85); }
H1.HeaderClassName
{
color: #DC0355;
}
.AnyTagClassName
{
color: #DC0355;
}
</style>
background-color css
<style>
a { background-color: #DC0355; }
a { background-color: rgb(220,3,85); }
div.DivClassName
{
background-color: #DC0355;
}
.BgClassName
{
background-color: #DC0355;
}
</style>
border-color css
<style>
span { border-color: #DC0355; }
span { border-color: rgb(220,3,85); }
td.TdClassName
{
border-color: #DC0355;
}
.TagClassName
{
border-color: #DC0355;
}
</style>