Shades of Razzmatazz #DC0161
Tints of Razzmatazz #DC0161
RGB
CMYK
RGB Variations
Color information
#DC0161 (or 0xDC0161) is known color: Razzmatazz. HEX triplet: DC, 01 and 61. RGB value is (220,1,97). Sum of RGB (Red+Green+Blue) = 220+1+97=318 (42% of max value = 765). Red value is 220 (86.33% from 255 or 69.18% from 318); Green value is 1 (0.78% from 255 or 0.31% from 318); Blue value is 97 (38.28% from 255 or 30.50% from 318); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0161 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0161 is #23FE9E. Grayscale: #4D4D4D. Windows color (decimal): -2358943 or 6357468. OLE color: 6357468.
HSL color Cylindrical-coordinate representation of color #DC0161: hue angle of 333.7º 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 #DC0161 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 97 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.14 |
| HSL | 333.7º | 0.99% | 0.43% | - |
| HSV(B) | 333.7º | 1% | 0.86% | - |
| XYZ | 31.68 | 16.1 | 12.75 | - |
| YUV | 77.43 | 139.05 | 229.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 97 | 0 | 1.00 | 0.56 | 0.14 | 333.7 | 0.99 | 0.43 |
| Hex | DC | 1 | 61 | 0 | 64 | 38 | E | 14E | 63 | 2B |
| Octal | 334 | 1 | 141 | 0 | 144 | 70 | 16 | 516 | 143 | 53 |
| Binary | 11011100 | 1 | 1100001 | 0 | 1100100 | 111000 | 1110 | 101001110 | 1100011 | 101011 |
Color Harmonies of #DC0161
Complementary color
Monochromatic Colors of #DC0161
Black with #DC0161
Text Example
Text Example
White with #DC0161
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0161; }
p { color: rgb(220,1,97); }
H1.HeaderClassName
{
color: #DC0161;
}
.AnyTagClassName
{
color: #DC0161;
}
</style>
background-color css
<style>
a { background-color: #DC0161; }
a { background-color: rgb(220,1,97); }
div.DivClassName
{
background-color: #DC0161;
}
.BgClassName
{
background-color: #DC0161;
}
</style>
border-color css
<style>
span { border-color: #DC0161; }
span { border-color: rgb(220,1,97); }
td.TdClassName
{
border-color: #DC0161;
}
.TagClassName
{
border-color: #DC0161;
}
</style>