Shades of Razzmatazz #DF0073
Tints of Razzmatazz #DF0073
RGB
CMYK
RGB Variations
Color information
#DF0073 (or 0xDF0073) is known color: Razzmatazz. HEX triplet: DF, 00 and 73. RGB value is (223,0,115). Sum of RGB (Red+Green+Blue) = 223+0+115=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 0 (0.39% from 255 or 0% from 338); Blue value is 115 (45.31% from 255 or 34.02% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0073 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0073 is #20FF8C. Grayscale: #4F4F4F. Windows color (decimal): -2162573 or 7536863. OLE color: 7536863.
HSL color Cylindrical-coordinate representation of color #DF0073: hue angle of 329.06º 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 #DF0073 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 115 | - |
| CMYK | 0 | 1 | 0.48 | 0.13 |
| HSL | 329.06º | 1% | 0.44% | - |
| HSV(B) | 329.06º | 1% | 0.87% | - |
| XYZ | 33.53 | 16.93 | 17.72 | - |
| YUV | 79.79 | 147.88 | 230.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 115 | 0 | 1 | 0.48 | 0.13 | 329.06 | 1 | 0.44 |
| Hex | DF | 0 | 73 | 0 | 64 | 30 | D | 149 | 64 | 2C |
| Octal | 337 | 0 | 163 | 0 | 144 | 60 | 15 | 511 | 144 | 54 |
| Binary | 11011111 | 0 | 1110011 | 0 | 1100100 | 110000 | 1101 | 101001001 | 1100100 | 101100 |
Color Harmonies of #DF0073
Complementary color
Monochromatic Colors of #DF0073
Black with #DF0073
Text Example
Text Example
White with #DF0073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0073; }
p { color: rgb(223,0,115); }
H1.HeaderClassName
{
color: #DF0073;
}
.AnyTagClassName
{
color: #DF0073;
}
</style>
background-color css
<style>
a { background-color: #DF0073; }
a { background-color: rgb(223,0,115); }
div.DivClassName
{
background-color: #DF0073;
}
.BgClassName
{
background-color: #DF0073;
}
</style>
border-color css
<style>
span { border-color: #DF0073; }
span { border-color: rgb(223,0,115); }
td.TdClassName
{
border-color: #DF0073;
}
.TagClassName
{
border-color: #DF0073;
}
</style>