Shades of Razzmatazz #DF0173
Tints of Razzmatazz #DF0173
RGB
CMYK
RGB Variations
Color information
#DF0173 (or 0xDF0173) is known color: Razzmatazz. HEX triplet: DF, 01 and 73. RGB value is (223,1,115). Sum of RGB (Red+Green+Blue) = 223+1+115=339 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.78% from 339); Green value is 1 (0.78% from 255 or 0.29% from 339); Blue value is 115 (45.31% from 255 or 33.92% from 339); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0173 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0173 is #20FE8C. Grayscale: #505050. Windows color (decimal): -2162317 or 7537119. OLE color: 7537119.
HSL color Cylindrical-coordinate representation of color #DF0173: hue angle of 329.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0173 is Cyan = 0, Magento = 1.00, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 115 | - |
| CMYK | 0 | 1.00 | 0.48 | 0.13 |
| HSL | 329.19º | 0.99% | 0.44% | - |
| HSV(B) | 329.19º | 1% | 0.87% | - |
| XYZ | 33.54 | 16.95 | 17.72 | - |
| YUV | 80.37 | 147.55 | 229.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 115 | 0 | 1.00 | 0.48 | 0.13 | 329.19 | 0.99 | 0.44 |
| Hex | DF | 1 | 73 | 0 | 64 | 30 | D | 149 | 63 | 2C |
| Octal | 337 | 1 | 163 | 0 | 144 | 60 | 15 | 511 | 143 | 54 |
| Binary | 11011111 | 1 | 1110011 | 0 | 1100100 | 110000 | 1101 | 101001001 | 1100011 | 101100 |
Color Harmonies of #DF0173
Complementary color
Monochromatic Colors of #DF0173
Black with #DF0173
Text Example
Text Example
White with #DF0173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0173; }
p { color: rgb(223,1,115); }
H1.HeaderClassName
{
color: #DF0173;
}
.AnyTagClassName
{
color: #DF0173;
}
</style>
background-color css
<style>
a { background-color: #DF0173; }
a { background-color: rgb(223,1,115); }
div.DivClassName
{
background-color: #DF0173;
}
.BgClassName
{
background-color: #DF0173;
}
</style>
border-color css
<style>
span { border-color: #DF0173; }
span { border-color: rgb(223,1,115); }
td.TdClassName
{
border-color: #DF0173;
}
.TagClassName
{
border-color: #DF0173;
}
</style>