Shades of Razzmatazz #DC006C
Tints of Razzmatazz #DC006C
RGB
CMYK
RGB Variations
Color information
#DC006C (or 0xDC006C) is known color: Razzmatazz. HEX triplet: DC, 00 and 6C. RGB value is (220,0,108). Sum of RGB (Red+Green+Blue) = 220+0+108=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 108 (42.58% from 255 or 32.93% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC006C is #23FF93. Grayscale: #4D4D4D. Windows color (decimal): -2359188 or 7078108. OLE color: 7078108.
HSL color Cylindrical-coordinate representation of color #DC006C: hue angle of 330.55º degrees, saturation: 1, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC006C is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.51 | 0.14 |
| HSL | 330.55º | 1% | 0.43% | - |
| HSV(B) | 330.55º | 1% | 0.86% | - |
| XYZ | 32.22 | 16.3 | 15.63 | - |
| YUV | 78.09 | 144.89 | 229.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 0 | 108 | 0 | 1 | 0.51 | 0.14 | 330.55 | 1 | 0.43 |
| Hex | DC | 0 | 6C | 0 | 64 | 33 | E | 14B | 64 | 2B |
| Octal | 334 | 0 | 154 | 0 | 144 | 63 | 16 | 513 | 144 | 53 |
| Binary | 11011100 | 0 | 1101100 | 0 | 1100100 | 110011 | 1110 | 101001011 | 1100100 | 101011 |
Color Harmonies of #DC006C
Complementary color
Monochromatic Colors of #DC006C
Black with #DC006C
Text Example
Text Example
White with #DC006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC006C; }
p { color: rgb(220,0,108); }
H1.HeaderClassName
{
color: #DC006C;
}
.AnyTagClassName
{
color: #DC006C;
}
</style>
background-color css
<style>
a { background-color: #DC006C; }
a { background-color: rgb(220,0,108); }
div.DivClassName
{
background-color: #DC006C;
}
.BgClassName
{
background-color: #DC006C;
}
</style>
border-color css
<style>
span { border-color: #DC006C; }
span { border-color: rgb(220,0,108); }
td.TdClassName
{
border-color: #DC006C;
}
.TagClassName
{
border-color: #DC006C;
}
</style>