Shades of Razzmatazz #DC054F
Tints of Razzmatazz #DC054F
RGB
CMYK
RGB Variations
Color information
#DC054F (or 0xDC054F) is known color: Razzmatazz. HEX triplet: DC, 05 and 4F. RGB value is (220,5,79). Sum of RGB (Red+Green+Blue) = 220+5+79=304 (40% of max value = 765). Red value is 220 (86.33% from 255 or 72.37% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 79 (31.25% from 255 or 25.99% from 304); Max value from RGB is 220 - color contains mainly: red. Hex color #DC054F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC054F is #23FAB0. Grayscale: #4D4D4D. Windows color (decimal): -2357937 or 5178844. OLE color: 5178844.
HSL color Cylindrical-coordinate representation of color #DC054F: hue angle of 339.35º 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 #DC054F is Cyan = 0, Magento = 0.98, Yellow = 0.64 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 79 | - |
| CMYK | 0 | 0.98 | 0.64 | 0.14 |
| HSL | 339.35º | 0.96% | 0.44% | - |
| HSV(B) | 339.35º | 0.98% | 0.86% | - |
| XYZ | 30.98 | 15.89 | 8.83 | - |
| YUV | 77.72 | 128.73 | 229.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 79 | 0 | 0.98 | 0.64 | 0.14 | 339.35 | 0.96 | 0.44 |
| Hex | DC | 5 | 4F | 0 | 62 | 40 | E | 153 | 60 | 2C |
| Octal | 334 | 5 | 117 | 0 | 142 | 100 | 16 | 523 | 140 | 54 |
| Binary | 11011100 | 101 | 1001111 | 0 | 1100010 | 1000000 | 1110 | 101010011 | 1100000 | 101100 |
Color Harmonies of #DC054F
Complementary color
Monochromatic Colors of #DC054F
Black with #DC054F
Text Example
Text Example
White with #DC054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC054F; }
p { color: rgb(220,5,79); }
H1.HeaderClassName
{
color: #DC054F;
}
.AnyTagClassName
{
color: #DC054F;
}
</style>
background-color css
<style>
a { background-color: #DC054F; }
a { background-color: rgb(220,5,79); }
div.DivClassName
{
background-color: #DC054F;
}
.BgClassName
{
background-color: #DC054F;
}
</style>
border-color css
<style>
span { border-color: #DC054F; }
span { border-color: rgb(220,5,79); }
td.TdClassName
{
border-color: #DC054F;
}
.TagClassName
{
border-color: #DC054F;
}
</style>