Shades of Razzmatazz #DF0256
Tints of Razzmatazz #DF0256
RGB
CMYK
RGB Variations
Color information
#DF0256 (or 0xDF0256) is known color: Razzmatazz. HEX triplet: DF, 02 and 56. RGB value is (223,2,86). Sum of RGB (Red+Green+Blue) = 223+2+86=311 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.70% from 311); Green value is 2 (1.17% from 255 or 0.64% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0256 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0256 is #20FDA9. Grayscale: #4D4D4D. Windows color (decimal): -2162090 or 5636831. OLE color: 5636831.
HSL color Cylindrical-coordinate representation of color #DF0256: hue angle of 337.19º 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 #DF0256 is Cyan = 0, Magento = 0.99, Yellow = 0.61 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 86 | - |
| CMYK | 0 | 0.99 | 0.61 | 0.13 |
| HSL | 337.19º | 0.98% | 0.44% | - |
| HSV(B) | 337.19º | 0.99% | 0.87% | - |
| XYZ | 32.13 | 16.4 | 10.28 | - |
| YUV | 77.66 | 132.72 | 231.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 86 | 0 | 0.99 | 0.61 | 0.13 | 337.19 | 0.98 | 0.44 |
| Hex | DF | 2 | 56 | 0 | 63 | 3D | D | 151 | 62 | 2C |
| Octal | 337 | 2 | 126 | 0 | 143 | 75 | 15 | 521 | 142 | 54 |
| Binary | 11011111 | 10 | 1010110 | 0 | 1100011 | 111101 | 1101 | 101010001 | 1100010 | 101100 |
Color Harmonies of #DF0256
Complementary color
Monochromatic Colors of #DF0256
Black with #DF0256
Text Example
Text Example
White with #DF0256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0256; }
p { color: rgb(223,2,86); }
H1.HeaderClassName
{
color: #DF0256;
}
.AnyTagClassName
{
color: #DF0256;
}
</style>
background-color css
<style>
a { background-color: #DF0256; }
a { background-color: rgb(223,2,86); }
div.DivClassName
{
background-color: #DF0256;
}
.BgClassName
{
background-color: #DF0256;
}
</style>
border-color css
<style>
span { border-color: #DF0256; }
span { border-color: rgb(223,2,86); }
td.TdClassName
{
border-color: #DF0256;
}
.TagClassName
{
border-color: #DF0256;
}
</style>