Shades of Razzmatazz #DF0166
Tints of Razzmatazz #DF0166
RGB
CMYK
RGB Variations
Color information
#DF0166 (or 0xDF0166) is known color: Razzmatazz. HEX triplet: DF, 01 and 66. RGB value is (223,1,102). Sum of RGB (Red+Green+Blue) = 223+1+102=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 1 (0.78% from 255 or 0.31% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0166 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0166 is #20FE99. Grayscale: #4E4E4E. Windows color (decimal): -2162330 or 6685151. OLE color: 6685151.
HSL color Cylindrical-coordinate representation of color #DF0166: hue angle of 332.7º 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 #DF0166 is Cyan = 0, Magento = 1.00, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 102 | - |
| CMYK | 0 | 1.00 | 0.54 | 0.13 |
| HSL | 332.7º | 0.99% | 0.44% | - |
| HSV(B) | 332.7º | 1% | 0.87% | - |
| XYZ | 32.84 | 16.67 | 14.06 | - |
| YUV | 78.89 | 141.05 | 230.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 102 | 0 | 1.00 | 0.54 | 0.13 | 332.7 | 0.99 | 0.44 |
| Hex | DF | 1 | 66 | 0 | 64 | 36 | D | 14D | 63 | 2C |
| Octal | 337 | 1 | 146 | 0 | 144 | 66 | 15 | 515 | 143 | 54 |
| Binary | 11011111 | 1 | 1100110 | 0 | 1100100 | 110110 | 1101 | 101001101 | 1100011 | 101100 |
Color Harmonies of #DF0166
Complementary color
Monochromatic Colors of #DF0166
Black with #DF0166
Text Example
Text Example
White with #DF0166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0166; }
p { color: rgb(223,1,102); }
H1.HeaderClassName
{
color: #DF0166;
}
.AnyTagClassName
{
color: #DF0166;
}
</style>
background-color css
<style>
a { background-color: #DF0166; }
a { background-color: rgb(223,1,102); }
div.DivClassName
{
background-color: #DF0166;
}
.BgClassName
{
background-color: #DF0166;
}
</style>
border-color css
<style>
span { border-color: #DF0166; }
span { border-color: rgb(223,1,102); }
td.TdClassName
{
border-color: #DF0166;
}
.TagClassName
{
border-color: #DF0166;
}
</style>