Shades of Razzmatazz #DC0350
Tints of Razzmatazz #DC0350
RGB
CMYK
RGB Variations
Color information
#DC0350 (or 0xDC0350) is known color: Razzmatazz. HEX triplet: DC, 03 and 50. RGB value is (220,3,80). Sum of RGB (Red+Green+Blue) = 220+3+80=303 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.61% from 303); Green value is 3 (1.56% from 255 or 0.99% from 303); Blue value is 80 (31.64% from 255 or 26.40% from 303); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0350 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0350 is #23FCAF. Grayscale: #4C4C4C. Windows color (decimal): -2358448 or 5243868. OLE color: 5243868.
HSL color Cylindrical-coordinate representation of color #DC0350: hue angle of 338.71º 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 #DC0350 is Cyan = 0, Magento = 0.99, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 80 | - |
| CMYK | 0 | 0.99 | 0.64 | 0.14 |
| HSL | 338.71º | 0.97% | 0.44% | - |
| HSV(B) | 338.71º | 0.99% | 0.86% | - |
| XYZ | 31 | 15.86 | 9.02 | - |
| YUV | 76.66 | 129.89 | 230.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 80 | 0 | 0.99 | 0.64 | 0.14 | 338.71 | 0.97 | 0.44 |
| Hex | DC | 3 | 50 | 0 | 63 | 40 | E | 153 | 61 | 2C |
| Octal | 334 | 3 | 120 | 0 | 143 | 100 | 16 | 523 | 141 | 54 |
| Binary | 11011100 | 11 | 1010000 | 0 | 1100011 | 1000000 | 1110 | 101010011 | 1100001 | 101100 |
Color Harmonies of #DC0350
Complementary color
Monochromatic Colors of #DC0350
Black with #DC0350
Text Example
Text Example
White with #DC0350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0350; }
p { color: rgb(220,3,80); }
H1.HeaderClassName
{
color: #DC0350;
}
.AnyTagClassName
{
color: #DC0350;
}
</style>
background-color css
<style>
a { background-color: #DC0350; }
a { background-color: rgb(220,3,80); }
div.DivClassName
{
background-color: #DC0350;
}
.BgClassName
{
background-color: #DC0350;
}
</style>
border-color css
<style>
span { border-color: #DC0350; }
span { border-color: rgb(220,3,80); }
td.TdClassName
{
border-color: #DC0350;
}
.TagClassName
{
border-color: #DC0350;
}
</style>