Shades of Razzmatazz #DC036C
Tints of Razzmatazz #DC036C
RGB
CMYK
RGB Variations
Color information
#DC036C (or 0xDC036C) is known color: Razzmatazz. HEX triplet: DC, 03 and 6C. RGB value is (220,3,108). Sum of RGB (Red+Green+Blue) = 220+3+108=331 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.47% from 331); Green value is 3 (1.56% from 255 or 0.91% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 220 - color contains mainly: red. Hex color #DC036C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC036C is #23FC93. Grayscale: #4F4F4F. Windows color (decimal): -2358420 or 7078876. OLE color: 7078876.
HSL color Cylindrical-coordinate representation of color #DC036C: hue angle of 330.97º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DC036C is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 108 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.14 |
| HSL | 330.97º | 0.97% | 0.44% | - |
| HSV(B) | 330.97º | 0.99% | 0.86% | - |
| XYZ | 32.25 | 16.36 | 15.65 | - |
| YUV | 79.85 | 143.89 | 227.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 108 | 0 | 0.99 | 0.51 | 0.14 | 330.97 | 0.97 | 0.44 |
| Hex | DC | 3 | 6C | 0 | 63 | 33 | E | 14B | 61 | 2C |
| Octal | 334 | 3 | 154 | 0 | 143 | 63 | 16 | 513 | 141 | 54 |
| Binary | 11011100 | 11 | 1101100 | 0 | 1100011 | 110011 | 1110 | 101001011 | 1100001 | 101100 |
Color Harmonies of #DC036C
Complementary color
Monochromatic Colors of #DC036C
Black with #DC036C
Text Example
Text Example
White with #DC036C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC036C; }
p { color: rgb(220,3,108); }
H1.HeaderClassName
{
color: #DC036C;
}
.AnyTagClassName
{
color: #DC036C;
}
</style>
background-color css
<style>
a { background-color: #DC036C; }
a { background-color: rgb(220,3,108); }
div.DivClassName
{
background-color: #DC036C;
}
.BgClassName
{
background-color: #DC036C;
}
</style>
border-color css
<style>
span { border-color: #DC036C; }
span { border-color: rgb(220,3,108); }
td.TdClassName
{
border-color: #DC036C;
}
.TagClassName
{
border-color: #DC036C;
}
</style>