Shades of Razzmatazz #DF006E
Tints of Razzmatazz #DF006E
RGB
CMYK
RGB Variations
Color information
#DF006E (or 0xDF006E) is known color: Razzmatazz. HEX triplet: DF, 00 and 6E. RGB value is (223,0,110). Sum of RGB (Red+Green+Blue) = 223+0+110=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 0 (0.39% from 255 or 0% from 333); Blue value is 110 (43.36% from 255 or 33.03% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF006E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF006E is #20FF91. Grayscale: #4E4E4E. Windows color (decimal): -2162578 or 7209183. OLE color: 7209183.
HSL color Cylindrical-coordinate representation of color #DF006E: hue angle of 330.4º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF006E is Cyan = 0, Magento = 1, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 110 | - |
| CMYK | 0 | 1 | 0.51 | 0.13 |
| HSL | 330.4º | 1% | 0.44% | - |
| HSV(B) | 330.4º | 1% | 0.87% | - |
| XYZ | 33.25 | 16.81 | 16.24 | - |
| YUV | 79.22 | 145.38 | 230.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 110 | 0 | 1 | 0.51 | 0.13 | 330.4 | 1 | 0.44 |
| Hex | DF | 0 | 6E | 0 | 64 | 33 | D | 14A | 64 | 2C |
| Octal | 337 | 0 | 156 | 0 | 144 | 63 | 15 | 512 | 144 | 54 |
| Binary | 11011111 | 0 | 1101110 | 0 | 1100100 | 110011 | 1101 | 101001010 | 1100100 | 101100 |
Color Harmonies of #DF006E
Complementary color
Monochromatic Colors of #DF006E
Black with #DF006E
Text Example
Text Example
White with #DF006E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF006E; }
p { color: rgb(223,0,110); }
H1.HeaderClassName
{
color: #DF006E;
}
.AnyTagClassName
{
color: #DF006E;
}
</style>
background-color css
<style>
a { background-color: #DF006E; }
a { background-color: rgb(223,0,110); }
div.DivClassName
{
background-color: #DF006E;
}
.BgClassName
{
background-color: #DF006E;
}
</style>
border-color css
<style>
span { border-color: #DF006E; }
span { border-color: rgb(223,0,110); }
td.TdClassName
{
border-color: #DF006E;
}
.TagClassName
{
border-color: #DF006E;
}
</style>