Shades of Razzmatazz #DF0172
Tints of Razzmatazz #DF0172
RGB
CMYK
RGB Variations
Color information
#DF0172 (or 0xDF0172) is known color: Razzmatazz. HEX triplet: DF, 01 and 72. RGB value is (223,1,114). Sum of RGB (Red+Green+Blue) = 223+1+114=338 (44% of max value = 765). Red value is 223 (87.5% from 255 or 65.98% from 338); Green value is 1 (0.78% from 255 or 0.30% from 338); Blue value is 114 (44.92% from 255 or 33.73% from 338); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0172 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0172 is #20FE8D. Grayscale: #505050. Windows color (decimal): -2162318 or 7471583. OLE color: 7471583.
HSL color Cylindrical-coordinate representation of color #DF0172: hue angle of 329.46º 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 #DF0172 is Cyan = 0, Magento = 1.00, Yellow = 0.49 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 114 | - |
| CMYK | 0 | 1.00 | 0.49 | 0.13 |
| HSL | 329.46º | 0.99% | 0.44% | - |
| HSV(B) | 329.46º | 1% | 0.87% | - |
| XYZ | 33.48 | 16.92 | 17.42 | - |
| YUV | 80.26 | 147.05 | 229.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 114 | 0 | 1.00 | 0.49 | 0.13 | 329.46 | 0.99 | 0.44 |
| Hex | DF | 1 | 72 | 0 | 64 | 31 | D | 149 | 63 | 2C |
| Octal | 337 | 1 | 162 | 0 | 144 | 61 | 15 | 511 | 143 | 54 |
| Binary | 11011111 | 1 | 1110010 | 0 | 1100100 | 110001 | 1101 | 101001001 | 1100011 | 101100 |
Color Harmonies of #DF0172
Complementary color
Monochromatic Colors of #DF0172
Black with #DF0172
Text Example
Text Example
White with #DF0172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0172; }
p { color: rgb(223,1,114); }
H1.HeaderClassName
{
color: #DF0172;
}
.AnyTagClassName
{
color: #DF0172;
}
</style>
background-color css
<style>
a { background-color: #DF0172; }
a { background-color: rgb(223,1,114); }
div.DivClassName
{
background-color: #DF0172;
}
.BgClassName
{
background-color: #DF0172;
}
</style>
border-color css
<style>
span { border-color: #DF0172; }
span { border-color: rgb(223,1,114); }
td.TdClassName
{
border-color: #DF0172;
}
.TagClassName
{
border-color: #DF0172;
}
</style>