Shades of Razzmatazz #DF0170
Tints of Razzmatazz #DF0170
RGB
CMYK
RGB Variations
Color information
#DF0170 (or 0xDF0170) is known color: Razzmatazz. HEX triplet: DF, 01 and 70. RGB value is (223,1,112). Sum of RGB (Red+Green+Blue) = 223+1+112=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 1 (0.78% from 255 or 0.30% from 336); Blue value is 112 (44.14% from 255 or 33.33% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0170 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0170 is #20FE8F. Grayscale: #4F4F4F. Windows color (decimal): -2162320 or 7340511. OLE color: 7340511.
HSL color Cylindrical-coordinate representation of color #DF0170: hue angle of 330º 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 #DF0170 is Cyan = 0, Magento = 1.00, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 112 | - |
| CMYK | 0 | 1.00 | 0.50 | 0.13 |
| HSL | 330º | 0.99% | 0.44% | - |
| HSV(B) | 330º | 1% | 0.87% | - |
| XYZ | 33.37 | 16.88 | 16.83 | - |
| YUV | 80.03 | 146.05 | 229.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 112 | 0 | 1.00 | 0.50 | 0.13 | 330 | 0.99 | 0.44 |
| Hex | DF | 1 | 70 | 0 | 64 | 32 | D | 14A | 63 | 2C |
| Octal | 337 | 1 | 160 | 0 | 144 | 62 | 15 | 512 | 143 | 54 |
| Binary | 11011111 | 1 | 1110000 | 0 | 1100100 | 110010 | 1101 | 101001010 | 1100011 | 101100 |
Color Harmonies of #DF0170
Complementary color
Monochromatic Colors of #DF0170
Black with #DF0170
Text Example
Text Example
White with #DF0170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0170; }
p { color: rgb(223,1,112); }
H1.HeaderClassName
{
color: #DF0170;
}
.AnyTagClassName
{
color: #DF0170;
}
</style>
background-color css
<style>
a { background-color: #DF0170; }
a { background-color: rgb(223,1,112); }
div.DivClassName
{
background-color: #DF0170;
}
.BgClassName
{
background-color: #DF0170;
}
</style>
border-color css
<style>
span { border-color: #DF0170; }
span { border-color: rgb(223,1,112); }
td.TdClassName
{
border-color: #DF0170;
}
.TagClassName
{
border-color: #DF0170;
}
</style>