Shades of Razzmatazz #DF0064
Tints of Razzmatazz #DF0064
RGB
CMYK
RGB Variations
Color information
#DF0064 (or 0xDF0064) is known color: Razzmatazz. HEX triplet: DF, 00 and 64. RGB value is (223,0,100). Sum of RGB (Red+Green+Blue) = 223+0+100=323 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.04% from 323); Green value is 0 (0.39% from 255 or 0% from 323); Blue value is 100 (39.45% from 255 or 30.96% from 323); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0064 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0064 is #20FF9B. Grayscale: #4D4D4D. Windows color (decimal): -2162588 or 6553823. OLE color: 6553823.
HSL color Cylindrical-coordinate representation of color #DF0064: hue angle of 333.09º 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 #DF0064 is Cyan = 0, Magento = 1, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 100 | - |
| CMYK | 0 | 1 | 0.55 | 0.13 |
| HSL | 333.09º | 1% | 0.44% | - |
| HSV(B) | 333.09º | 1% | 0.87% | - |
| XYZ | 32.73 | 16.61 | 13.54 | - |
| YUV | 78.08 | 140.38 | 231.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 100 | 0 | 1 | 0.55 | 0.13 | 333.09 | 1 | 0.44 |
| Hex | DF | 0 | 64 | 0 | 64 | 37 | D | 14D | 64 | 2C |
| Octal | 337 | 0 | 144 | 0 | 144 | 67 | 15 | 515 | 144 | 54 |
| Binary | 11011111 | 0 | 1100100 | 0 | 1100100 | 110111 | 1101 | 101001101 | 1100100 | 101100 |
Color Harmonies of #DF0064
Complementary color
Monochromatic Colors of #DF0064
Black with #DF0064
Text Example
Text Example
White with #DF0064
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0064; }
p { color: rgb(223,0,100); }
H1.HeaderClassName
{
color: #DF0064;
}
.AnyTagClassName
{
color: #DF0064;
}
</style>
background-color css
<style>
a { background-color: #DF0064; }
a { background-color: rgb(223,0,100); }
div.DivClassName
{
background-color: #DF0064;
}
.BgClassName
{
background-color: #DF0064;
}
</style>
border-color css
<style>
span { border-color: #DF0064; }
span { border-color: rgb(223,0,100); }
td.TdClassName
{
border-color: #DF0064;
}
.TagClassName
{
border-color: #DF0064;
}
</style>