Shades of Razzmatazz #DF0361
Tints of Razzmatazz #DF0361
RGB
CMYK
RGB Variations
Color information
#DF0361 (or 0xDF0361) is known color: Razzmatazz. HEX triplet: DF, 03 and 61. RGB value is (223,3,97). Sum of RGB (Red+Green+Blue) = 223+3+97=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 3 (1.56% from 255 or 0.93% from 323); Blue value is 97 (38.28% from 255 or 30.03% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0361 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0361 is #20FC9E. Grayscale: #4F4F4F. Windows color (decimal): -2161823 or 6357983. OLE color: 6357983.
HSL color Cylindrical-coordinate representation of color #DF0361: hue angle of 334.36º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF0361 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 97 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.13 |
| HSL | 334.36º | 0.97% | 0.44% | - |
| HSV(B) | 334.36º | 0.99% | 0.87% | - |
| XYZ | 32.62 | 16.62 | 12.8 | - |
| YUV | 79.5 | 137.89 | 230.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 97 | 0 | 0.99 | 0.57 | 0.13 | 334.36 | 0.97 | 0.44 |
| Hex | DF | 3 | 61 | 0 | 63 | 39 | D | 14E | 61 | 2C |
| Octal | 337 | 3 | 141 | 0 | 143 | 71 | 15 | 516 | 141 | 54 |
| Binary | 11011111 | 11 | 1100001 | 0 | 1100011 | 111001 | 1101 | 101001110 | 1100001 | 101100 |
Color Harmonies of #DF0361
Complementary color
Monochromatic Colors of #DF0361
Black with #DF0361
Text Example
Text Example
White with #DF0361
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0361; }
p { color: rgb(223,3,97); }
H1.HeaderClassName
{
color: #DF0361;
}
.AnyTagClassName
{
color: #DF0361;
}
</style>
background-color css
<style>
a { background-color: #DF0361; }
a { background-color: rgb(223,3,97); }
div.DivClassName
{
background-color: #DF0361;
}
.BgClassName
{
background-color: #DF0361;
}
</style>
border-color css
<style>
span { border-color: #DF0361; }
span { border-color: rgb(223,3,97); }
td.TdClassName
{
border-color: #DF0361;
}
.TagClassName
{
border-color: #DF0361;
}
</style>