Shades of Razzmatazz #DC0359
Tints of Razzmatazz #DC0359
RGB
CMYK
RGB Variations
Color information
#DC0359 (or 0xDC0359) is known color: Razzmatazz. HEX triplet: DC, 03 and 59. RGB value is (220,3,89). Sum of RGB (Red+Green+Blue) = 220+3+89=312 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.51% from 312); Green value is 3 (1.56% from 255 or 0.96% from 312); Blue value is 89 (35.16% from 255 or 28.53% from 312); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0359 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0359 is #23FCA6. Grayscale: #4D4D4D. Windows color (decimal): -2358439 or 5833692. OLE color: 5833692.
HSL color Cylindrical-coordinate representation of color #DC0359: hue angle of 336.22º 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 #DC0359 is Cyan = 0, Magento = 0.99, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 89 | - |
| CMYK | 0 | 0.99 | 0.60 | 0.14 |
| HSL | 336.22º | 0.97% | 0.44% | - |
| HSV(B) | 336.22º | 0.99% | 0.86% | - |
| XYZ | 31.35 | 16 | 10.89 | - |
| YUV | 77.69 | 134.39 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 89 | 0 | 0.99 | 0.60 | 0.14 | 336.22 | 0.97 | 0.44 |
| Hex | DC | 3 | 59 | 0 | 63 | 3C | E | 150 | 61 | 2C |
| Octal | 334 | 3 | 131 | 0 | 143 | 74 | 16 | 520 | 141 | 54 |
| Binary | 11011100 | 11 | 1011001 | 0 | 1100011 | 111100 | 1110 | 101010000 | 1100001 | 101100 |
Color Harmonies of #DC0359
Complementary color
Monochromatic Colors of #DC0359
Black with #DC0359
Text Example
Text Example
White with #DC0359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0359; }
p { color: rgb(220,3,89); }
H1.HeaderClassName
{
color: #DC0359;
}
.AnyTagClassName
{
color: #DC0359;
}
</style>
background-color css
<style>
a { background-color: #DC0359; }
a { background-color: rgb(220,3,89); }
div.DivClassName
{
background-color: #DC0359;
}
.BgClassName
{
background-color: #DC0359;
}
</style>
border-color css
<style>
span { border-color: #DC0359; }
span { border-color: rgb(220,3,89); }
td.TdClassName
{
border-color: #DC0359;
}
.TagClassName
{
border-color: #DC0359;
}
</style>