Shades of Razzmatazz #DC0255
Tints of Razzmatazz #DC0255
RGB
CMYK
RGB Variations
Color information
#DC0255 (or 0xDC0255) is known color: Razzmatazz. HEX triplet: DC, 02 and 55. RGB value is (220,2,85). Sum of RGB (Red+Green+Blue) = 220+2+85=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 2 (1.17% from 255 or 0.65% from 307); Blue value is 85 (33.59% from 255 or 27.69% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0255 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0255 is #23FDAA. Grayscale: #4C4C4C. Windows color (decimal): -2358699 or 5571292. OLE color: 5571292.
HSL color Cylindrical-coordinate representation of color #DC0255: hue angle of 337.16º degrees, saturation: 0.98, 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 #DC0255 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 2 | 85 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.14 |
| HSL | 337.16º | 0.98% | 0.44% | - |
| HSV(B) | 337.16º | 0.99% | 0.86% | - |
| XYZ | 31.18 | 15.91 | 10.02 | - |
| YUV | 76.64 | 132.72 | 230.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 2 | 85 | 0 | 0.99 | 0.61 | 0.14 | 337.16 | 0.98 | 0.44 |
| Hex | DC | 2 | 55 | 0 | 63 | 3D | E | 151 | 62 | 2C |
| Octal | 334 | 2 | 125 | 0 | 143 | 75 | 16 | 521 | 142 | 54 |
| Binary | 11011100 | 10 | 1010101 | 0 | 1100011 | 111101 | 1110 | 101010001 | 1100010 | 101100 |
Color Harmonies of #DC0255
Complementary color
Monochromatic Colors of #DC0255
Black with #DC0255
Text Example
Text Example
White with #DC0255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0255; }
p { color: rgb(220,2,85); }
H1.HeaderClassName
{
color: #DC0255;
}
.AnyTagClassName
{
color: #DC0255;
}
</style>
background-color css
<style>
a { background-color: #DC0255; }
a { background-color: rgb(220,2,85); }
div.DivClassName
{
background-color: #DC0255;
}
.BgClassName
{
background-color: #DC0255;
}
</style>
border-color css
<style>
span { border-color: #DC0255; }
span { border-color: rgb(220,2,85); }
td.TdClassName
{
border-color: #DC0255;
}
.TagClassName
{
border-color: #DC0255;
}
</style>