Shades of Razzmatazz #DF0159
Tints of Razzmatazz #DF0159
RGB
CMYK
RGB Variations
Color information
#DF0159 (or 0xDF0159) is known color: Razzmatazz. HEX triplet: DF, 01 and 59. RGB value is (223,1,89). Sum of RGB (Red+Green+Blue) = 223+1+89=313 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.25% from 313); Green value is 1 (0.78% from 255 or 0.32% from 313); Blue value is 89 (35.16% from 255 or 28.43% from 313); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0159 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0159 is #20FEA6. Grayscale: #4D4D4D. Windows color (decimal): -2162343 or 5833183. OLE color: 5833183.
HSL color Cylindrical-coordinate representation of color #DF0159: hue angle of 336.22º 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 #DF0159 is Cyan = 0, Magento = 1.00, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 89 | - |
| CMYK | 0 | 1.00 | 0.60 | 0.13 |
| HSL | 336.22º | 0.99% | 0.44% | - |
| HSV(B) | 336.22º | 1% | 0.87% | - |
| XYZ | 32.25 | 16.43 | 10.92 | - |
| YUV | 77.41 | 134.55 | 231.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 89 | 0 | 1.00 | 0.60 | 0.13 | 336.22 | 0.99 | 0.44 |
| Hex | DF | 1 | 59 | 0 | 64 | 3C | D | 150 | 63 | 2C |
| Octal | 337 | 1 | 131 | 0 | 144 | 74 | 15 | 520 | 143 | 54 |
| Binary | 11011111 | 1 | 1011001 | 0 | 1100100 | 111100 | 1101 | 101010000 | 1100011 | 101100 |
Color Harmonies of #DF0159
Complementary color
Monochromatic Colors of #DF0159
Black with #DF0159
Text Example
Text Example
White with #DF0159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0159; }
p { color: rgb(223,1,89); }
H1.HeaderClassName
{
color: #DF0159;
}
.AnyTagClassName
{
color: #DF0159;
}
</style>
background-color css
<style>
a { background-color: #DF0159; }
a { background-color: rgb(223,1,89); }
div.DivClassName
{
background-color: #DF0159;
}
.BgClassName
{
background-color: #DF0159;
}
</style>
border-color css
<style>
span { border-color: #DF0159; }
span { border-color: rgb(223,1,89); }
td.TdClassName
{
border-color: #DF0159;
}
.TagClassName
{
border-color: #DF0159;
}
</style>