Shades of Razzmatazz #DF0549
Tints of Razzmatazz #DF0549
RGB
CMYK
RGB Variations
Color information
#DF0549 (or 0xDF0549) is known color: Razzmatazz. HEX triplet: DF, 05 and 49. RGB value is (223,5,73). Sum of RGB (Red+Green+Blue) = 223+5+73=301 (39% of max value = 765). Red value is 223 (87.5% from 255 or 74.09% from 301); Green value is 5 (2.34% from 255 or 1.66% from 301); Blue value is 73 (28.91% from 255 or 24.25% from 301); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0549 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0549 is #20FAB6. Grayscale: #4D4D4D. Windows color (decimal): -2161335 or 4785631. OLE color: 4785631.
HSL color Cylindrical-coordinate representation of color #DF0549: hue angle of 341.28º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0549 is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 73 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.13 |
| HSL | 341.28º | 0.96% | 0.45% | - |
| HSV(B) | 341.28º | 0.98% | 0.87% | - |
| XYZ | 31.69 | 16.28 | 7.78 | - |
| YUV | 77.93 | 125.22 | 231.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 73 | 0 | 0.98 | 0.67 | 0.13 | 341.28 | 0.96 | 0.45 |
| Hex | DF | 5 | 49 | 0 | 62 | 43 | D | 155 | 60 | 2D |
| Octal | 337 | 5 | 111 | 0 | 142 | 103 | 15 | 525 | 140 | 55 |
| Binary | 11011111 | 101 | 1001001 | 0 | 1100010 | 1000011 | 1101 | 101010101 | 1100000 | 101101 |
Color Harmonies of #DF0549
Complementary color
Monochromatic Colors of #DF0549
Black with #DF0549
Text Example
Text Example
White with #DF0549
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0549; }
p { color: rgb(223,5,73); }
H1.HeaderClassName
{
color: #DF0549;
}
.AnyTagClassName
{
color: #DF0549;
}
</style>
background-color css
<style>
a { background-color: #DF0549; }
a { background-color: rgb(223,5,73); }
div.DivClassName
{
background-color: #DF0549;
}
.BgClassName
{
background-color: #DF0549;
}
</style>
border-color css
<style>
span { border-color: #DF0549; }
span { border-color: rgb(223,5,73); }
td.TdClassName
{
border-color: #DF0549;
}
.TagClassName
{
border-color: #DF0549;
}
</style>