Shades of Razzmatazz #DF016D
Tints of Razzmatazz #DF016D
RGB
CMYK
RGB Variations
Color information
#DF016D (or 0xDF016D) is known color: Razzmatazz. HEX triplet: DF, 01 and 6D. RGB value is (223,1,109). Sum of RGB (Red+Green+Blue) = 223+1+109=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 1 (0.78% from 255 or 0.30% from 333); Blue value is 109 (42.97% from 255 or 32.73% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF016D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF016D is #20FE92. Grayscale: #4F4F4F. Windows color (decimal): -2162323 or 7143903. OLE color: 7143903.
HSL color Cylindrical-coordinate representation of color #DF016D: hue angle of 330.81º 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 #DF016D is Cyan = 0, Magento = 1.00, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 109 | - |
| CMYK | 0 | 1.00 | 0.51 | 0.13 |
| HSL | 330.81º | 0.99% | 0.44% | - |
| HSV(B) | 330.81º | 1% | 0.87% | - |
| XYZ | 33.2 | 16.81 | 15.96 | - |
| YUV | 79.69 | 144.55 | 230.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 109 | 0 | 1.00 | 0.51 | 0.13 | 330.81 | 0.99 | 0.44 |
| Hex | DF | 1 | 6D | 0 | 64 | 33 | D | 14B | 63 | 2C |
| Octal | 337 | 1 | 155 | 0 | 144 | 63 | 15 | 513 | 143 | 54 |
| Binary | 11011111 | 1 | 1101101 | 0 | 1100100 | 110011 | 1101 | 101001011 | 1100011 | 101100 |
Color Harmonies of #DF016D
Complementary color
Monochromatic Colors of #DF016D
Black with #DF016D
Text Example
Text Example
White with #DF016D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF016D; }
p { color: rgb(223,1,109); }
H1.HeaderClassName
{
color: #DF016D;
}
.AnyTagClassName
{
color: #DF016D;
}
</style>
background-color css
<style>
a { background-color: #DF016D; }
a { background-color: rgb(223,1,109); }
div.DivClassName
{
background-color: #DF016D;
}
.BgClassName
{
background-color: #DF016D;
}
</style>
border-color css
<style>
span { border-color: #DF016D; }
span { border-color: rgb(223,1,109); }
td.TdClassName
{
border-color: #DF016D;
}
.TagClassName
{
border-color: #DF016D;
}
</style>