Shades of Razzmatazz #DF0168
Tints of Razzmatazz #DF0168
RGB
CMYK
RGB Variations
Color information
#DF0168 (or 0xDF0168) is known color: Razzmatazz. HEX triplet: DF, 01 and 68. RGB value is (223,1,104). Sum of RGB (Red+Green+Blue) = 223+1+104=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 1 (0.78% from 255 or 0.30% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0168 is #20FE97. Grayscale: #4E4E4E. Windows color (decimal): -2162328 or 6816223. OLE color: 6816223.
HSL color Cylindrical-coordinate representation of color #DF0168: hue angle of 332.16º 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 #DF0168 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.13 |
| HSL | 332.16º | 0.99% | 0.44% | - |
| HSV(B) | 332.16º | 1% | 0.87% | - |
| XYZ | 32.94 | 16.71 | 14.59 | - |
| YUV | 79.12 | 142.05 | 230.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 104 | 0 | 1.00 | 0.53 | 0.13 | 332.16 | 0.99 | 0.44 |
| Hex | DF | 1 | 68 | 0 | 64 | 35 | D | 14C | 63 | 2C |
| Octal | 337 | 1 | 150 | 0 | 144 | 65 | 15 | 514 | 143 | 54 |
| Binary | 11011111 | 1 | 1101000 | 0 | 1100100 | 110101 | 1101 | 101001100 | 1100011 | 101100 |
Color Harmonies of #DF0168
Complementary color
Monochromatic Colors of #DF0168
Black with #DF0168
Text Example
Text Example
White with #DF0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0168; }
p { color: rgb(223,1,104); }
H1.HeaderClassName
{
color: #DF0168;
}
.AnyTagClassName
{
color: #DF0168;
}
</style>
background-color css
<style>
a { background-color: #DF0168; }
a { background-color: rgb(223,1,104); }
div.DivClassName
{
background-color: #DF0168;
}
.BgClassName
{
background-color: #DF0168;
}
</style>
border-color css
<style>
span { border-color: #DF0168; }
span { border-color: rgb(223,1,104); }
td.TdClassName
{
border-color: #DF0168;
}
.TagClassName
{
border-color: #DF0168;
}
</style>