Shades of Razzmatazz #DF0261
Tints of Razzmatazz #DF0261
RGB
CMYK
RGB Variations
Color information
#DF0261 (or 0xDF0261) is known color: Razzmatazz. HEX triplet: DF, 02 and 61. RGB value is (223,2,97). Sum of RGB (Red+Green+Blue) = 223+2+97=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 2 (1.17% from 255 or 0.62% from 322); Blue value is 97 (38.28% from 255 or 30.12% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0261 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0261 is #20FD9E. Grayscale: #4E4E4E. Windows color (decimal): -2162079 or 6357727. OLE color: 6357727.
HSL color Cylindrical-coordinate representation of color #DF0261: hue angle of 334.21º degrees, saturation: 0.98, 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 #DF0261 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 97 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.13 |
| HSL | 334.21º | 0.98% | 0.44% | - |
| HSV(B) | 334.21º | 0.99% | 0.87% | - |
| XYZ | 32.61 | 16.59 | 12.79 | - |
| YUV | 78.91 | 138.22 | 230.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 97 | 0 | 0.99 | 0.57 | 0.13 | 334.21 | 0.98 | 0.44 |
| Hex | DF | 2 | 61 | 0 | 63 | 39 | D | 14E | 62 | 2C |
| Octal | 337 | 2 | 141 | 0 | 143 | 71 | 15 | 516 | 142 | 54 |
| Binary | 11011111 | 10 | 1100001 | 0 | 1100011 | 111001 | 1101 | 101001110 | 1100010 | 101100 |
Color Harmonies of #DF0261
Complementary color
Monochromatic Colors of #DF0261
Black with #DF0261
Text Example
Text Example
White with #DF0261
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0261; }
p { color: rgb(223,2,97); }
H1.HeaderClassName
{
color: #DF0261;
}
.AnyTagClassName
{
color: #DF0261;
}
</style>
background-color css
<style>
a { background-color: #DF0261; }
a { background-color: rgb(223,2,97); }
div.DivClassName
{
background-color: #DF0261;
}
.BgClassName
{
background-color: #DF0261;
}
</style>
border-color css
<style>
span { border-color: #DF0261; }
span { border-color: rgb(223,2,97); }
td.TdClassName
{
border-color: #DF0261;
}
.TagClassName
{
border-color: #DF0261;
}
</style>