Shades of Razzmatazz #DC0151
Tints of Razzmatazz #DC0151
RGB
CMYK
RGB Variations
Color information
#DC0151 (or 0xDC0151) is known color: Razzmatazz. HEX triplet: DC, 01 and 51. RGB value is (220,1,81). Sum of RGB (Red+Green+Blue) = 220+1+81=302 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.85% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 81 (32.03% from 255 or 26.82% from 302); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0151 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0151 is #23FEAE. Grayscale: #4B4B4B. Windows color (decimal): -2358959 or 5308892. OLE color: 5308892.
HSL color Cylindrical-coordinate representation of color #DC0151: hue angle of 338.08º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC0151 is Cyan = 0, Magento = 1.00, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 81 | - |
| CMYK | 0 | 1.00 | 0.63 | 0.14 |
| HSL | 338.08º | 0.99% | 0.43% | - |
| HSV(B) | 338.08º | 1% | 0.86% | - |
| XYZ | 31.01 | 15.83 | 9.21 | - |
| YUV | 75.6 | 131.05 | 231 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 81 | 0 | 1.00 | 0.63 | 0.14 | 338.08 | 0.99 | 0.43 |
| Hex | DC | 1 | 51 | 0 | 64 | 3F | E | 152 | 63 | 2B |
| Octal | 334 | 1 | 121 | 0 | 144 | 77 | 16 | 522 | 143 | 53 |
| Binary | 11011100 | 1 | 1010001 | 0 | 1100100 | 111111 | 1110 | 101010010 | 1100011 | 101011 |
Color Harmonies of #DC0151
Complementary color
Monochromatic Colors of #DC0151
Black with #DC0151
Text Example
Text Example
White with #DC0151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0151; }
p { color: rgb(220,1,81); }
H1.HeaderClassName
{
color: #DC0151;
}
.AnyTagClassName
{
color: #DC0151;
}
</style>
background-color css
<style>
a { background-color: #DC0151; }
a { background-color: rgb(220,1,81); }
div.DivClassName
{
background-color: #DC0151;
}
.BgClassName
{
background-color: #DC0151;
}
</style>
border-color css
<style>
span { border-color: #DC0151; }
span { border-color: rgb(220,1,81); }
td.TdClassName
{
border-color: #DC0151;
}
.TagClassName
{
border-color: #DC0151;
}
</style>