Shades of Razzmatazz #DC0552
Tints of Razzmatazz #DC0552
RGB
CMYK
RGB Variations
Color information
#DC0552 (or 0xDC0552) is known color: Razzmatazz. HEX triplet: DC, 05 and 52. RGB value is (220,5,82). Sum of RGB (Red+Green+Blue) = 220+5+82=307 (40% of max value = 765). Red value is 220 (86.33% from 255 or 71.66% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0552 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0552 is #23FAAD. Grayscale: #4D4D4D. Windows color (decimal): -2357934 or 5375452. OLE color: 5375452.
HSL color Cylindrical-coordinate representation of color #DC0552: hue angle of 338.51º 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 #DC0552 is Cyan = 0, Magento = 0.98, Yellow = 0.63 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 82 | - |
| CMYK | 0 | 0.98 | 0.63 | 0.14 |
| HSL | 338.51º | 0.96% | 0.44% | - |
| HSV(B) | 338.51º | 0.98% | 0.86% | - |
| XYZ | 31.09 | 15.93 | 9.42 | - |
| YUV | 78.06 | 130.23 | 229.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 82 | 0 | 0.98 | 0.63 | 0.14 | 338.51 | 0.96 | 0.44 |
| Hex | DC | 5 | 52 | 0 | 62 | 3F | E | 153 | 60 | 2C |
| Octal | 334 | 5 | 122 | 0 | 142 | 77 | 16 | 523 | 140 | 54 |
| Binary | 11011100 | 101 | 1010010 | 0 | 1100010 | 111111 | 1110 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DC0552
Complementary color
Monochromatic Colors of #DC0552
Black with #DC0552
Text Example
Text Example
White with #DC0552
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0552; }
p { color: rgb(220,5,82); }
H1.HeaderClassName
{
color: #DC0552;
}
.AnyTagClassName
{
color: #DC0552;
}
</style>
background-color css
<style>
a { background-color: #DC0552; }
a { background-color: rgb(220,5,82); }
div.DivClassName
{
background-color: #DC0552;
}
.BgClassName
{
background-color: #DC0552;
}
</style>
border-color css
<style>
span { border-color: #DC0552; }
span { border-color: rgb(220,5,82); }
td.TdClassName
{
border-color: #DC0552;
}
.TagClassName
{
border-color: #DC0552;
}
</style>