Shades of Razzmatazz #DC0166
Tints of Razzmatazz #DC0166
RGB
CMYK
RGB Variations
Color information
#DC0166 (or 0xDC0166) is known color: Razzmatazz. HEX triplet: DC, 01 and 66. RGB value is (220,1,102). Sum of RGB (Red+Green+Blue) = 220+1+102=323 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.11% from 323); Green value is 1 (0.78% from 255 or 0.31% from 323); Blue value is 102 (40.23% from 255 or 31.58% from 323); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0166 is #23FE99. Grayscale: #4D4D4D. Windows color (decimal): -2358938 or 6685148. OLE color: 6685148.
HSL color Cylindrical-coordinate representation of color #DC0166: hue angle of 332.33º 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 #DC0166 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.14 |
| HSL | 332.33º | 0.99% | 0.43% | - |
| HSV(B) | 332.33º | 1% | 0.86% | - |
| XYZ | 31.92 | 16.2 | 14.01 | - |
| YUV | 78 | 141.55 | 229.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 102 | 0 | 1.00 | 0.54 | 0.14 | 332.33 | 0.99 | 0.43 |
| Hex | DC | 1 | 66 | 0 | 64 | 36 | E | 14C | 63 | 2B |
| Octal | 334 | 1 | 146 | 0 | 144 | 66 | 16 | 514 | 143 | 53 |
| Binary | 11011100 | 1 | 1100110 | 0 | 1100100 | 110110 | 1110 | 101001100 | 1100011 | 101011 |
Color Harmonies of #DC0166
Complementary color
Monochromatic Colors of #DC0166
Black with #DC0166
Text Example
Text Example
White with #DC0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0166; }
p { color: rgb(220,1,102); }
H1.HeaderClassName
{
color: #DC0166;
}
.AnyTagClassName
{
color: #DC0166;
}
</style>
background-color css
<style>
a { background-color: #DC0166; }
a { background-color: rgb(220,1,102); }
div.DivClassName
{
background-color: #DC0166;
}
.BgClassName
{
background-color: #DC0166;
}
</style>
border-color css
<style>
span { border-color: #DC0166; }
span { border-color: rgb(220,1,102); }
td.TdClassName
{
border-color: #DC0166;
}
.TagClassName
{
border-color: #DC0166;
}
</style>