Shades of Razzmatazz #DC0D50
Tints of Razzmatazz #DC0D50
RGB
CMYK
RGB Variations
Color information
#DC0D50 (or 0xDC0D50) is known color: Razzmatazz. HEX triplet: DC, 0D and 50. RGB value is (220,13,80). Sum of RGB (Red+Green+Blue) = 220+13+80=313 (41% of max value = 765). Red value is 220 (86.33% from 255 or 70.29% from 313); Green value is 13 (5.47% from 255 or 4.15% from 313); Blue value is 80 (31.64% from 255 or 25.56% from 313); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0D50 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0D50 is #23F2AF. Grayscale: #525252. Windows color (decimal): -2355888 or 5246428. OLE color: 5246428.
HSL color Cylindrical-coordinate representation of color #DC0D50: hue angle of 340.58º degrees, saturation: 0.89, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #DC0D50 is Cyan = 0, Magento = 0.94, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 13 | 80 | - |
| CMYK | 0 | 0.94 | 0.64 | 0.14 |
| HSL | 340.58º | 0.89% | 0.46% | - |
| HSV(B) | 340.58º | 0.94% | 0.86% | - |
| XYZ | 31.11 | 16.08 | 9.05 | - |
| YUV | 82.53 | 126.58 | 226.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 13 | 80 | 0 | 0.94 | 0.64 | 0.14 | 340.58 | 0.89 | 0.46 |
| Hex | DC | D | 50 | 0 | 5E | 40 | E | 155 | 59 | 2E |
| Octal | 334 | 15 | 120 | 0 | 136 | 100 | 16 | 525 | 131 | 56 |
| Binary | 11011100 | 1101 | 1010000 | 0 | 1011110 | 1000000 | 1110 | 101010101 | 1011001 | 101110 |
Color Harmonies of #DC0D50
Complementary color
Monochromatic Colors of #DC0D50
Black with #DC0D50
Text Example
Text Example
White with #DC0D50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0D50; }
p { color: rgb(220,13,80); }
H1.HeaderClassName
{
color: #DC0D50;
}
.AnyTagClassName
{
color: #DC0D50;
}
</style>
background-color css
<style>
a { background-color: #DC0D50; }
a { background-color: rgb(220,13,80); }
div.DivClassName
{
background-color: #DC0D50;
}
.BgClassName
{
background-color: #DC0D50;
}
</style>
border-color css
<style>
span { border-color: #DC0D50; }
span { border-color: rgb(220,13,80); }
td.TdClassName
{
border-color: #DC0D50;
}
.TagClassName
{
border-color: #DC0D50;
}
</style>