Shades of Razzmatazz #DC0450
Tints of Razzmatazz #DC0450
RGB
CMYK
RGB Variations
Color information
#DC0450 (or 0xDC0450) is known color: Razzmatazz. HEX triplet: DC, 04 and 50. RGB value is (220,4,80). Sum of RGB (Red+Green+Blue) = 220+4+80=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 4 (1.95% from 255 or 1.32% from 304); Blue value is 80 (31.64% from 255 or 26.32% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0450 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0450 is #23FBAF. Grayscale: #4D4D4D. Windows color (decimal): -2358192 or 5244124. OLE color: 5244124.
HSL color Cylindrical-coordinate representation of color #DC0450: hue angle of 338.89º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0450 is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 80 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.14 |
| HSL | 338.89º | 0.96% | 0.44% | - |
| HSV(B) | 338.89º | 0.98% | 0.86% | - |
| XYZ | 31.01 | 15.88 | 9.02 | - |
| YUV | 77.25 | 129.56 | 229.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 80 | 0 | 0.98 | 0.64 | 0.14 | 338.89 | 0.96 | 0.44 |
| Hex | DC | 4 | 50 | 0 | 62 | 40 | E | 153 | 60 | 2C |
| Octal | 334 | 4 | 120 | 0 | 142 | 100 | 16 | 523 | 140 | 54 |
| Binary | 11011100 | 100 | 1010000 | 0 | 1100010 | 1000000 | 1110 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DC0450
Complementary color
Monochromatic Colors of #DC0450
Black with #DC0450
Text Example
Text Example
White with #DC0450
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0450; }
p { color: rgb(220,4,80); }
H1.HeaderClassName
{
color: #DC0450;
}
.AnyTagClassName
{
color: #DC0450;
}
</style>
background-color css
<style>
a { background-color: #DC0450; }
a { background-color: rgb(220,4,80); }
div.DivClassName
{
background-color: #DC0450;
}
.BgClassName
{
background-color: #DC0450;
}
</style>
border-color css
<style>
span { border-color: #DC0450; }
span { border-color: rgb(220,4,80); }
td.TdClassName
{
border-color: #DC0450;
}
.TagClassName
{
border-color: #DC0450;
}
</style>