Shades of Razzmatazz #DF0054
Tints of Razzmatazz #DF0054
RGB
CMYK
RGB Variations
Color information
#DF0054 (or 0xDF0054) is known color: Razzmatazz. HEX triplet: DF, 00 and 54. RGB value is (223,0,84). Sum of RGB (Red+Green+Blue) = 223+0+84=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 0 (0.39% from 255 or 0% from 307); Blue value is 84 (33.20% from 255 or 27.36% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0054 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0054 is #20FFAB. Grayscale: #4C4C4C. Windows color (decimal): -2162604 or 5505247. OLE color: 5505247.
HSL color Cylindrical-coordinate representation of color #DF0054: hue angle of 337.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0054 is Cyan = 0, Magento = 1, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 84 | - |
| CMYK | 0 | 1 | 0.62 | 0.13 |
| HSL | 337.4º | 1% | 0.44% | - |
| HSV(B) | 337.4º | 1% | 0.87% | - |
| XYZ | 32.03 | 16.33 | 9.85 | - |
| YUV | 76.25 | 132.38 | 232.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 84 | 0 | 1 | 0.62 | 0.13 | 337.4 | 1 | 0.44 |
| Hex | DF | 0 | 54 | 0 | 64 | 3E | D | 151 | 64 | 2C |
| Octal | 337 | 0 | 124 | 0 | 144 | 76 | 15 | 521 | 144 | 54 |
| Binary | 11011111 | 0 | 1010100 | 0 | 1100100 | 111110 | 1101 | 101010001 | 1100100 | 101100 |
Color Harmonies of #DF0054
Complementary color
Monochromatic Colors of #DF0054
Black with #DF0054
Text Example
Text Example
White with #DF0054
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0054; }
p { color: rgb(223,0,84); }
H1.HeaderClassName
{
color: #DF0054;
}
.AnyTagClassName
{
color: #DF0054;
}
</style>
background-color css
<style>
a { background-color: #DF0054; }
a { background-color: rgb(223,0,84); }
div.DivClassName
{
background-color: #DF0054;
}
.BgClassName
{
background-color: #DF0054;
}
</style>
border-color css
<style>
span { border-color: #DF0054; }
span { border-color: rgb(223,0,84); }
td.TdClassName
{
border-color: #DF0054;
}
.TagClassName
{
border-color: #DF0054;
}
</style>