Shades of Razzmatazz #DF0076
Tints of Razzmatazz #DF0076
RGB
CMYK
RGB Variations
Color information
#DF0076 (or 0xDF0076) is known color: Razzmatazz. HEX triplet: DF, 00 and 76. RGB value is (223,0,118). Sum of RGB (Red+Green+Blue) = 223+0+118=341 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.40% from 341); Green value is 0 (0.39% from 255 or 0% from 341); Blue value is 118 (46.48% from 255 or 34.60% from 341); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0076 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0076 is #20FF89. Grayscale: #4F4F4F. Windows color (decimal): -2162570 or 7733471. OLE color: 7733471.
HSL color Cylindrical-coordinate representation of color #DF0076: hue angle of 328.25º 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 #DF0076 is Cyan = 0, Magento = 1, Yellow = 0.47 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 118 | - |
| CMYK | 0 | 1 | 0.47 | 0.13 |
| HSL | 328.25º | 1% | 0.44% | - |
| HSV(B) | 328.25º | 1% | 0.87% | - |
| XYZ | 33.7 | 17 | 18.64 | - |
| YUV | 80.13 | 149.38 | 229.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 118 | 0 | 1 | 0.47 | 0.13 | 328.25 | 1 | 0.44 |
| Hex | DF | 0 | 76 | 0 | 64 | 2F | D | 148 | 64 | 2C |
| Octal | 337 | 0 | 166 | 0 | 144 | 57 | 15 | 510 | 144 | 54 |
| Binary | 11011111 | 0 | 1110110 | 0 | 1100100 | 101111 | 1101 | 101001000 | 1100100 | 101100 |
Color Harmonies of #DF0076
Complementary color
Monochromatic Colors of #DF0076
Black with #DF0076
Text Example
Text Example
White with #DF0076
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0076; }
p { color: rgb(223,0,118); }
H1.HeaderClassName
{
color: #DF0076;
}
.AnyTagClassName
{
color: #DF0076;
}
</style>
background-color css
<style>
a { background-color: #DF0076; }
a { background-color: rgb(223,0,118); }
div.DivClassName
{
background-color: #DF0076;
}
.BgClassName
{
background-color: #DF0076;
}
</style>
border-color css
<style>
span { border-color: #DF0076; }
span { border-color: rgb(223,0,118); }
td.TdClassName
{
border-color: #DF0076;
}
.TagClassName
{
border-color: #DF0076;
}
</style>