Shades of Razzmatazz #DC0366
Tints of Razzmatazz #DC0366
RGB
CMYK
RGB Variations
Color information
#DC0366 (or 0xDC0366) is known color: Razzmatazz. HEX triplet: DC, 03 and 66. RGB value is (220,3,102). Sum of RGB (Red+Green+Blue) = 220+3+102=325 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.69% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0366 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0366 is #23FC99. Grayscale: #4E4E4E. Windows color (decimal): -2358426 or 6685660. OLE color: 6685660.
HSL color Cylindrical-coordinate representation of color #DC0366: hue angle of 332.63º 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 #DC0366 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 102 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.14 |
| HSL | 332.63º | 0.97% | 0.44% | - |
| HSV(B) | 332.63º | 0.99% | 0.86% | - |
| XYZ | 31.95 | 16.24 | 14.02 | - |
| YUV | 79.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 102 | 0 | 0.99 | 0.54 | 0.14 | 332.63 | 0.97 | 0.44 |
| Hex | DC | 3 | 66 | 0 | 63 | 36 | E | 14D | 61 | 2C |
| Octal | 334 | 3 | 146 | 0 | 143 | 66 | 16 | 515 | 141 | 54 |
| Binary | 11011100 | 11 | 1100110 | 0 | 1100011 | 110110 | 1110 | 101001101 | 1100001 | 101100 |
Color Harmonies of #DC0366
Complementary color
Monochromatic Colors of #DC0366
Black with #DC0366
Text Example
Text Example
White with #DC0366
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0366; }
p { color: rgb(220,3,102); }
H1.HeaderClassName
{
color: #DC0366;
}
.AnyTagClassName
{
color: #DC0366;
}
</style>
background-color css
<style>
a { background-color: #DC0366; }
a { background-color: rgb(220,3,102); }
div.DivClassName
{
background-color: #DC0366;
}
.BgClassName
{
background-color: #DC0366;
}
</style>
border-color css
<style>
span { border-color: #DC0366; }
span { border-color: rgb(220,3,102); }
td.TdClassName
{
border-color: #DC0366;
}
.TagClassName
{
border-color: #DC0366;
}
</style>