Shades of Razzmatazz #DC0363
Tints of Razzmatazz #DC0363
RGB
CMYK
RGB Variations
Color information
#DC0363 (or 0xDC0363) is known color: Razzmatazz. HEX triplet: DC, 03 and 63. RGB value is (220,3,99). Sum of RGB (Red+Green+Blue) = 220+3+99=322 (42% of max value = 765). Red value is 220 (86.33% from 255 or 68.32% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 99 (39.06% from 255 or 30.75% from 322); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0363 is #23FC9C. Grayscale: #4E4E4E. Windows color (decimal): -2358429 or 6489052. OLE color: 6489052.
HSL color Cylindrical-coordinate representation of color #DC0363: hue angle of 333.46º 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 #DC0363 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 99 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.14 |
| HSL | 333.46º | 0.97% | 0.44% | - |
| HSV(B) | 333.46º | 0.99% | 0.86% | - |
| XYZ | 31.8 | 16.18 | 13.25 | - |
| YUV | 78.83 | 139.39 | 228.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 99 | 0 | 0.99 | 0.55 | 0.14 | 333.46 | 0.97 | 0.44 |
| Hex | DC | 3 | 63 | 0 | 63 | 37 | E | 14D | 61 | 2C |
| Octal | 334 | 3 | 143 | 0 | 143 | 67 | 16 | 515 | 141 | 54 |
| Binary | 11011100 | 11 | 1100011 | 0 | 1100011 | 110111 | 1110 | 101001101 | 1100001 | 101100 |
Color Harmonies of #DC0363
Complementary color
Monochromatic Colors of #DC0363
Black with #DC0363
Text Example
Text Example
White with #DC0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0363; }
p { color: rgb(220,3,99); }
H1.HeaderClassName
{
color: #DC0363;
}
.AnyTagClassName
{
color: #DC0363;
}
</style>
background-color css
<style>
a { background-color: #DC0363; }
a { background-color: rgb(220,3,99); }
div.DivClassName
{
background-color: #DC0363;
}
.BgClassName
{
background-color: #DC0363;
}
</style>
border-color css
<style>
span { border-color: #DC0363; }
span { border-color: rgb(220,3,99); }
td.TdClassName
{
border-color: #DC0363;
}
.TagClassName
{
border-color: #DC0363;
}
</style>