Shades of Razzmatazz #DC0165
Tints of Razzmatazz #DC0165
RGB
CMYK
RGB Variations
Color information
#DC0165 (or 0xDC0165) is known color: Razzmatazz. HEX triplet: DC, 01 and 65. RGB value is (220,1,101). Sum of RGB (Red+Green+Blue) = 220+1+101=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 101 (39.84% from 255 or 31.37% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0165 is #23FE9A. Grayscale: #4D4D4D. Windows color (decimal): -2358939 or 6619612. OLE color: 6619612.
HSL color Cylindrical-coordinate representation of color #DC0165: hue angle of 332.6º 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 #DC0165 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.14 |
| HSL | 332.6º | 0.99% | 0.43% | - |
| HSV(B) | 332.6º | 1% | 0.86% | - |
| XYZ | 31.88 | 16.18 | 13.75 | - |
| YUV | 77.88 | 141.05 | 229.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 101 | 0 | 1.00 | 0.54 | 0.14 | 332.6 | 0.99 | 0.43 |
| Hex | DC | 1 | 65 | 0 | 64 | 36 | E | 14D | 63 | 2B |
| Octal | 334 | 1 | 145 | 0 | 144 | 66 | 16 | 515 | 143 | 53 |
| Binary | 11011100 | 1 | 1100101 | 0 | 1100100 | 110110 | 1110 | 101001101 | 1100011 | 101011 |
Color Harmonies of #DC0165
Complementary color
Monochromatic Colors of #DC0165
Black with #DC0165
Text Example
Text Example
White with #DC0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0165; }
p { color: rgb(220,1,101); }
H1.HeaderClassName
{
color: #DC0165;
}
.AnyTagClassName
{
color: #DC0165;
}
</style>
background-color css
<style>
a { background-color: #DC0165; }
a { background-color: rgb(220,1,101); }
div.DivClassName
{
background-color: #DC0165;
}
.BgClassName
{
background-color: #DC0165;
}
</style>
border-color css
<style>
span { border-color: #DC0165; }
span { border-color: rgb(220,1,101); }
td.TdClassName
{
border-color: #DC0165;
}
.TagClassName
{
border-color: #DC0165;
}
</style>