Shades of Razzmatazz #DC0358
Tints of Razzmatazz #DC0358
RGB
CMYK
RGB Variations
Color information
#DC0358 (or 0xDC0358) is known color: Razzmatazz. HEX triplet: DC, 03 and 58. RGB value is (220,3,88). Sum of RGB (Red+Green+Blue) = 220+3+88=311 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.74% from 311); Green value is 3 (1.56% from 255 or 0.96% from 311); Blue value is 88 (34.77% from 255 or 28.30% from 311); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0358 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0358 is #23FCA7. Grayscale: #4D4D4D. Windows color (decimal): -2358440 or 5768156. OLE color: 5768156.
HSL color Cylindrical-coordinate representation of color #DC0358: hue angle of 336.5º 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 #DC0358 is Cyan = 0, Magento = 0.99, Yellow = 0.6 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 88 | - |
| CMYK | 0 | 0.99 | 0.6 | 0.14 |
| HSL | 336.5º | 0.97% | 0.44% | - |
| HSV(B) | 336.5º | 0.99% | 0.86% | - |
| XYZ | 31.31 | 15.99 | 10.67 | - |
| YUV | 77.57 | 133.89 | 229.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 88 | 0 | 0.99 | 0.6 | 0.14 | 336.5 | 0.97 | 0.44 |
| Hex | DC | 3 | 58 | 0 | 63 | 3C | E | 150 | 61 | 2C |
| Octal | 334 | 3 | 130 | 0 | 143 | 74 | 16 | 520 | 141 | 54 |
| Binary | 11011100 | 11 | 1011000 | 0 | 1100011 | 111100 | 1110 | 101010000 | 1100001 | 101100 |
Color Harmonies of #DC0358
Complementary color
Monochromatic Colors of #DC0358
Black with #DC0358
Text Example
Text Example
White with #DC0358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0358; }
p { color: rgb(220,3,88); }
H1.HeaderClassName
{
color: #DC0358;
}
.AnyTagClassName
{
color: #DC0358;
}
</style>
background-color css
<style>
a { background-color: #DC0358; }
a { background-color: rgb(220,3,88); }
div.DivClassName
{
background-color: #DC0358;
}
.BgClassName
{
background-color: #DC0358;
}
</style>
border-color css
<style>
span { border-color: #DC0358; }
span { border-color: rgb(220,3,88); }
td.TdClassName
{
border-color: #DC0358;
}
.TagClassName
{
border-color: #DC0358;
}
</style>