Shades of Razzmatazz #DF0162
Tints of Razzmatazz #DF0162
RGB
CMYK
RGB Variations
Color information
#DF0162 (or 0xDF0162) is known color: Razzmatazz. HEX triplet: DF, 01 and 62. RGB value is (223,1,98). Sum of RGB (Red+Green+Blue) = 223+1+98=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 1 (0.78% from 255 or 0.31% from 322); Blue value is 98 (38.67% from 255 or 30.43% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0162 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0162 is #20FE9D. Grayscale: #4E4E4E. Windows color (decimal): -2162334 or 6423007. OLE color: 6423007.
HSL color Cylindrical-coordinate representation of color #DF0162: hue angle of 333.78º 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 #DF0162 is Cyan = 0, Magento = 1.00, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 98 | - |
| CMYK | 0 | 1.00 | 0.56 | 0.13 |
| HSL | 333.78º | 0.99% | 0.44% | - |
| HSV(B) | 333.78º | 1% | 0.87% | - |
| XYZ | 32.65 | 16.59 | 13.04 | - |
| YUV | 78.44 | 139.05 | 231.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 98 | 0 | 1.00 | 0.56 | 0.13 | 333.78 | 0.99 | 0.44 |
| Hex | DF | 1 | 62 | 0 | 64 | 38 | D | 14E | 63 | 2C |
| Octal | 337 | 1 | 142 | 0 | 144 | 70 | 15 | 516 | 143 | 54 |
| Binary | 11011111 | 1 | 1100010 | 0 | 1100100 | 111000 | 1101 | 101001110 | 1100011 | 101100 |
Color Harmonies of #DF0162
Complementary color
Monochromatic Colors of #DF0162
Black with #DF0162
Text Example
Text Example
White with #DF0162
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0162; }
p { color: rgb(223,1,98); }
H1.HeaderClassName
{
color: #DF0162;
}
.AnyTagClassName
{
color: #DF0162;
}
</style>
background-color css
<style>
a { background-color: #DF0162; }
a { background-color: rgb(223,1,98); }
div.DivClassName
{
background-color: #DF0162;
}
.BgClassName
{
background-color: #DF0162;
}
</style>
border-color css
<style>
span { border-color: #DF0162; }
span { border-color: rgb(223,1,98); }
td.TdClassName
{
border-color: #DF0162;
}
.TagClassName
{
border-color: #DF0162;
}
</style>