Shades of Razzmatazz #DC0351
Tints of Razzmatazz #DC0351
RGB
CMYK
RGB Variations
Color information
#DC0351 (or 0xDC0351) is known color: Razzmatazz. HEX triplet: DC, 03 and 51. RGB value is (220,3,81). Sum of RGB (Red+Green+Blue) = 220+3+81=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 81 (32.03% from 255 or 26.64% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0351 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0351 is #23FCAE. Grayscale: #4C4C4C. Windows color (decimal): -2358447 or 5309404. OLE color: 5309404.
HSL color Cylindrical-coordinate representation of color #DC0351: hue angle of 338.43º 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 #DC0351 is Cyan = 0, Magento = 0.99, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 3 | 81 | - |
| CMYK | 0 | 0.99 | 0.63 | 0.14 |
| HSL | 338.43º | 0.97% | 0.44% | - |
| HSV(B) | 338.43º | 0.99% | 0.86% | - |
| XYZ | 31.03 | 15.87 | 9.21 | - |
| YUV | 76.78 | 130.39 | 230.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 3 | 81 | 0 | 0.99 | 0.63 | 0.14 | 338.43 | 0.97 | 0.44 |
| Hex | DC | 3 | 51 | 0 | 63 | 3F | E | 152 | 61 | 2C |
| Octal | 334 | 3 | 121 | 0 | 143 | 77 | 16 | 522 | 141 | 54 |
| Binary | 11011100 | 11 | 1010001 | 0 | 1100011 | 111111 | 1110 | 101010010 | 1100001 | 101100 |
Color Harmonies of #DC0351
Complementary color
Monochromatic Colors of #DC0351
Black with #DC0351
Text Example
Text Example
White with #DC0351
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0351; }
p { color: rgb(220,3,81); }
H1.HeaderClassName
{
color: #DC0351;
}
.AnyTagClassName
{
color: #DC0351;
}
</style>
background-color css
<style>
a { background-color: #DC0351; }
a { background-color: rgb(220,3,81); }
div.DivClassName
{
background-color: #DC0351;
}
.BgClassName
{
background-color: #DC0351;
}
</style>
border-color css
<style>
span { border-color: #DC0351; }
span { border-color: rgb(220,3,81); }
td.TdClassName
{
border-color: #DC0351;
}
.TagClassName
{
border-color: #DC0351;
}
</style>