Shades of Razzmatazz #DF0149
Tints of Razzmatazz #DF0149
RGB
CMYK
RGB Variations
Color information
#DF0149 (or 0xDF0149) is known color: Razzmatazz. HEX triplet: DF, 01 and 49. RGB value is (223,1,73). Sum of RGB (Red+Green+Blue) = 223+1+73=297 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.08% from 297); Green value is 1 (0.78% from 255 or 0.34% from 297); Blue value is 73 (28.91% from 255 or 24.58% from 297); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0149 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0149 is #20FEB6. Grayscale: #4B4B4B. Windows color (decimal): -2162359 or 4784607. OLE color: 4784607.
HSL color Cylindrical-coordinate representation of color #DF0149: hue angle of 340.54º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0149 is Cyan = 0, Magento = 1.00, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 73 | - |
| CMYK | 0 | 1.00 | 0.67 | 0.13 |
| HSL | 340.54º | 0.99% | 0.44% | - |
| HSV(B) | 340.54º | 1% | 0.87% | - |
| XYZ | 31.64 | 16.19 | 7.76 | - |
| YUV | 75.59 | 126.55 | 233.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 73 | 0 | 1.00 | 0.67 | 0.13 | 340.54 | 0.99 | 0.44 |
| Hex | DF | 1 | 49 | 0 | 64 | 43 | D | 155 | 63 | 2C |
| Octal | 337 | 1 | 111 | 0 | 144 | 103 | 15 | 525 | 143 | 54 |
| Binary | 11011111 | 1 | 1001001 | 0 | 1100100 | 1000011 | 1101 | 101010101 | 1100011 | 101100 |
Color Harmonies of #DF0149
Complementary color
Monochromatic Colors of #DF0149
Black with #DF0149
Text Example
Text Example
White with #DF0149
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0149; }
p { color: rgb(223,1,73); }
H1.HeaderClassName
{
color: #DF0149;
}
.AnyTagClassName
{
color: #DF0149;
}
</style>
background-color css
<style>
a { background-color: #DF0149; }
a { background-color: rgb(223,1,73); }
div.DivClassName
{
background-color: #DF0149;
}
.BgClassName
{
background-color: #DF0149;
}
</style>
border-color css
<style>
span { border-color: #DF0149; }
span { border-color: rgb(223,1,73); }
td.TdClassName
{
border-color: #DF0149;
}
.TagClassName
{
border-color: #DF0149;
}
</style>