Shades of Razzmatazz #DC054A
Tints of Razzmatazz #DC054A
RGB
CMYK
RGB Variations
Color information
#DC054A (or 0xDC054A) is known color: Razzmatazz. HEX triplet: DC, 05 and 4A. RGB value is (220,5,74). Sum of RGB (Red+Green+Blue) = 220+5+74=299 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.58% from 299); Green value is 5 (2.34% from 255 or 1.67% from 299); Blue value is 74 (29.30% from 255 or 24.75% from 299); Max value from RGB is 220 - color contains mainly: red. Hex color #DC054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC054A is #23FAB5. Grayscale: #4D4D4D. Windows color (decimal): -2357942 or 4851164. OLE color: 4851164.
HSL color Cylindrical-coordinate representation of color #DC054A: hue angle of 340.74º 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 #DC054A is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.14 |
| HSL | 340.74º | 0.96% | 0.44% | - |
| HSV(B) | 340.74º | 0.98% | 0.86% | - |
| XYZ | 30.81 | 15.82 | 7.91 | - |
| YUV | 77.15 | 126.23 | 229.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 74 | 0 | 0.98 | 0.66 | 0.14 | 340.74 | 0.96 | 0.44 |
| Hex | DC | 5 | 4A | 0 | 62 | 42 | E | 155 | 60 | 2C |
| Octal | 334 | 5 | 112 | 0 | 142 | 102 | 16 | 525 | 140 | 54 |
| Binary | 11011100 | 101 | 1001010 | 0 | 1100010 | 1000010 | 1110 | 101010101 | 1100000 | 101100 |
Color Harmonies of #DC054A
Complementary color
Monochromatic Colors of #DC054A
Black with #DC054A
Text Example
Text Example
White with #DC054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC054A; }
p { color: rgb(220,5,74); }
H1.HeaderClassName
{
color: #DC054A;
}
.AnyTagClassName
{
color: #DC054A;
}
</style>
background-color css
<style>
a { background-color: #DC054A; }
a { background-color: rgb(220,5,74); }
div.DivClassName
{
background-color: #DC054A;
}
.BgClassName
{
background-color: #DC054A;
}
</style>
border-color css
<style>
span { border-color: #DC054A; }
span { border-color: rgb(220,5,74); }
td.TdClassName
{
border-color: #DC054A;
}
.TagClassName
{
border-color: #DC054A;
}
</style>