Shades of Razzmatazz #DF0074
Tints of Razzmatazz #DF0074
RGB
CMYK
RGB Variations
Color information
#DF0074 (or 0xDF0074) is known color: Razzmatazz. HEX triplet: DF, 00 and 74. RGB value is (223,0,116). Sum of RGB (Red+Green+Blue) = 223+0+116=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 0 (0.39% from 255 or 0% from 339); Blue value is 116 (45.70% from 255 or 34.22% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0074 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0074 is #20FF8B. Grayscale: #4F4F4F. Windows color (decimal): -2162572 or 7602399. OLE color: 7602399.
HSL color Cylindrical-coordinate representation of color #DF0074: hue angle of 328.79º 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 #DF0074 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 116 | - |
| CMYK | 0 | 1 | 0.48 | 0.13 |
| HSL | 328.79º | 1% | 0.44% | - |
| HSV(B) | 328.79º | 1% | 0.87% | - |
| XYZ | 33.58 | 16.95 | 18.02 | - |
| YUV | 79.9 | 148.38 | 230.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 116 | 0 | 1 | 0.48 | 0.13 | 328.79 | 1 | 0.44 |
| Hex | DF | 0 | 74 | 0 | 64 | 30 | D | 149 | 64 | 2C |
| Octal | 337 | 0 | 164 | 0 | 144 | 60 | 15 | 511 | 144 | 54 |
| Binary | 11011111 | 0 | 1110100 | 0 | 1100100 | 110000 | 1101 | 101001001 | 1100100 | 101100 |
Color Harmonies of #DF0074
Complementary color
Monochromatic Colors of #DF0074
Black with #DF0074
Text Example
Text Example
White with #DF0074
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0074; }
p { color: rgb(223,0,116); }
H1.HeaderClassName
{
color: #DF0074;
}
.AnyTagClassName
{
color: #DF0074;
}
</style>
background-color css
<style>
a { background-color: #DF0074; }
a { background-color: rgb(223,0,116); }
div.DivClassName
{
background-color: #DF0074;
}
.BgClassName
{
background-color: #DF0074;
}
</style>
border-color css
<style>
span { border-color: #DF0074; }
span { border-color: rgb(223,0,116); }
td.TdClassName
{
border-color: #DF0074;
}
.TagClassName
{
border-color: #DF0074;
}
</style>