Shades of Razzmatazz #DC0451
Tints of Razzmatazz #DC0451
RGB
CMYK
RGB Variations
Color information
#DC0451 (or 0xDC0451) is known color: Razzmatazz. HEX triplet: DC, 04 and 51. RGB value is (220,4,81). Sum of RGB (Red+Green+Blue) = 220+4+81=305 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.13% from 305); Green value is 4 (1.95% from 255 or 1.31% from 305); Blue value is 81 (32.03% from 255 or 26.56% from 305); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0451 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0451 is #23FBAE. Grayscale: #4D4D4D. Windows color (decimal): -2358191 or 5309660. OLE color: 5309660.
HSL color Cylindrical-coordinate representation of color #DC0451: hue angle of 338.61º 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 #DC0451 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 4 | 81 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.14 |
| HSL | 338.61º | 0.96% | 0.44% | - |
| HSV(B) | 338.61º | 0.98% | 0.86% | - |
| XYZ | 31.04 | 15.9 | 9.22 | - |
| YUV | 77.36 | 130.06 | 229.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 4 | 81 | 0 | 0.98 | 0.63 | 0.14 | 338.61 | 0.96 | 0.44 |
| Hex | DC | 4 | 51 | 0 | 62 | 3F | E | 153 | 60 | 2C |
| Octal | 334 | 4 | 121 | 0 | 142 | 77 | 16 | 523 | 140 | 54 |
| Binary | 11011100 | 100 | 1010001 | 0 | 1100010 | 111111 | 1110 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DC0451
Complementary color
Monochromatic Colors of #DC0451
Black with #DC0451
Text Example
Text Example
White with #DC0451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0451; }
p { color: rgb(220,4,81); }
H1.HeaderClassName
{
color: #DC0451;
}
.AnyTagClassName
{
color: #DC0451;
}
</style>
background-color css
<style>
a { background-color: #DC0451; }
a { background-color: rgb(220,4,81); }
div.DivClassName
{
background-color: #DC0451;
}
.BgClassName
{
background-color: #DC0451;
}
</style>
border-color css
<style>
span { border-color: #DC0451; }
span { border-color: rgb(220,4,81); }
td.TdClassName
{
border-color: #DC0451;
}
.TagClassName
{
border-color: #DC0451;
}
</style>