Shades of Razzmatazz #DC054B
Tints of Razzmatazz #DC054B
RGB
CMYK
RGB Variations
Color information
#DC054B (or 0xDC054B) is known color: Razzmatazz. HEX triplet: DC, 05 and 4B. RGB value is (220,5,75). Sum of RGB (Red+Green+Blue) = 220+5+75=300 (39% of max value = 765). Red value is 220 (86.33% from 255 or 73.33% from 300); Green value is 5 (2.34% from 255 or 1.67% from 300); Blue value is 75 (29.69% from 255 or 25% from 300); Max value from RGB is 220 - color contains mainly: red. Hex color #DC054B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DC054B is #23FAB4. Grayscale: #4D4D4D. Windows color (decimal): -2357941 or 4916700. OLE color: 4916700.
HSL color Cylindrical-coordinate representation of color #DC054B: hue angle of 340.47º 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 #DC054B is Cyan = 0, Magento = 0.98, Yellow = 0.66 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 75 | - |
| CMYK | 0 | 0.98 | 0.66 | 0.14 |
| HSL | 340.47º | 0.96% | 0.44% | - |
| HSV(B) | 340.47º | 0.98% | 0.86% | - |
| XYZ | 30.84 | 15.83 | 8.09 | - |
| YUV | 77.27 | 126.73 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 75 | 0 | 0.98 | 0.66 | 0.14 | 340.47 | 0.96 | 0.44 |
| Hex | DC | 5 | 4B | 0 | 62 | 42 | E | 154 | 60 | 2C |
| Octal | 334 | 5 | 113 | 0 | 142 | 102 | 16 | 524 | 140 | 54 |
| Binary | 11011100 | 101 | 1001011 | 0 | 1100010 | 1000010 | 1110 | 101010100 | 1100000 | 101100 |
Color Harmonies of #DC054B
Complementary color
Monochromatic Colors of #DC054B
Black with #DC054B
Text Example
Text Example
White with #DC054B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC054B; }
p { color: rgb(220,5,75); }
H1.HeaderClassName
{
color: #DC054B;
}
.AnyTagClassName
{
color: #DC054B;
}
</style>
background-color css
<style>
a { background-color: #DC054B; }
a { background-color: rgb(220,5,75); }
div.DivClassName
{
background-color: #DC054B;
}
.BgClassName
{
background-color: #DC054B;
}
</style>
border-color css
<style>
span { border-color: #DC054B; }
span { border-color: rgb(220,5,75); }
td.TdClassName
{
border-color: #DC054B;
}
.TagClassName
{
border-color: #DC054B;
}
</style>