Shades of Razzmatazz #DF0148
Tints of Razzmatazz #DF0148
RGB
CMYK
RGB Variations
Color information
#DF0148 (or 0xDF0148) is known color: Razzmatazz. HEX triplet: DF, 01 and 48. RGB value is (223,1,72). Sum of RGB (Red+Green+Blue) = 223+1+72=296 (39% of max value = 765). Red value is 223 (87.5% from 255 or 75.34% from 296); Green value is 1 (0.78% from 255 or 0.34% from 296); Blue value is 72 (28.52% from 255 or 24.32% from 296); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0148 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF0148 is #20FEB7. Grayscale: #4B4B4B. Windows color (decimal): -2162360 or 4719071. OLE color: 4719071.
HSL color Cylindrical-coordinate representation of color #DF0148: hue angle of 340.81º 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 #DF0148 is Cyan = 0, Magento = 1.00, Yellow = 0.68 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 72 | - |
| CMYK | 0 | 1.00 | 0.68 | 0.13 |
| HSL | 340.81º | 0.99% | 0.44% | - |
| HSV(B) | 340.81º | 1% | 0.87% | - |
| XYZ | 31.61 | 16.18 | 7.59 | - |
| YUV | 75.47 | 126.05 | 233.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 72 | 0 | 1.00 | 0.68 | 0.13 | 340.81 | 0.99 | 0.44 |
| Hex | DF | 1 | 48 | 0 | 64 | 44 | D | 155 | 63 | 2C |
| Octal | 337 | 1 | 110 | 0 | 144 | 104 | 15 | 525 | 143 | 54 |
| Binary | 11011111 | 1 | 1001000 | 0 | 1100100 | 1000100 | 1101 | 101010101 | 1100011 | 101100 |
Color Harmonies of #DF0148
Complementary color
Monochromatic Colors of #DF0148
Black with #DF0148
Text Example
Text Example
White with #DF0148
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0148; }
p { color: rgb(223,1,72); }
H1.HeaderClassName
{
color: #DF0148;
}
.AnyTagClassName
{
color: #DF0148;
}
</style>
background-color css
<style>
a { background-color: #DF0148; }
a { background-color: rgb(223,1,72); }
div.DivClassName
{
background-color: #DF0148;
}
.BgClassName
{
background-color: #DF0148;
}
</style>
border-color css
<style>
span { border-color: #DF0148; }
span { border-color: rgb(223,1,72); }
td.TdClassName
{
border-color: #DF0148;
}
.TagClassName
{
border-color: #DF0148;
}
</style>