Shades of Razzmatazz #DF006F
Tints of Razzmatazz #DF006F
RGB
CMYK
RGB Variations
Color information
#DF006F (or 0xDF006F) is known color: Razzmatazz. HEX triplet: DF, 00 and 6F. RGB value is (223,0,111). Sum of RGB (Red+Green+Blue) = 223+0+111=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 0 (0.39% from 255 or 0% from 334); Blue value is 111 (43.75% from 255 or 33.23% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF006F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF006F is #20FF90. Grayscale: #4F4F4F. Windows color (decimal): -2162577 or 7274719. OLE color: 7274719.
HSL color Cylindrical-coordinate representation of color #DF006F: hue angle of 330.13º 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 #DF006F is Cyan = 0, Magento = 1, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 111 | - |
| CMYK | 0 | 1 | 0.50 | 0.13 |
| HSL | 330.13º | 1% | 0.44% | - |
| HSV(B) | 330.13º | 1% | 0.87% | - |
| XYZ | 33.3 | 16.84 | 16.53 | - |
| YUV | 79.33 | 145.88 | 230.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 111 | 0 | 1 | 0.50 | 0.13 | 330.13 | 1 | 0.44 |
| Hex | DF | 0 | 6F | 0 | 64 | 32 | D | 14A | 64 | 2C |
| Octal | 337 | 0 | 157 | 0 | 144 | 62 | 15 | 512 | 144 | 54 |
| Binary | 11011111 | 0 | 1101111 | 0 | 1100100 | 110010 | 1101 | 101001010 | 1100100 | 101100 |
Color Harmonies of #DF006F
Complementary color
Monochromatic Colors of #DF006F
Black with #DF006F
Text Example
Text Example
White with #DF006F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF006F; }
p { color: rgb(223,0,111); }
H1.HeaderClassName
{
color: #DF006F;
}
.AnyTagClassName
{
color: #DF006F;
}
</style>
background-color css
<style>
a { background-color: #DF006F; }
a { background-color: rgb(223,0,111); }
div.DivClassName
{
background-color: #DF006F;
}
.BgClassName
{
background-color: #DF006F;
}
</style>
border-color css
<style>
span { border-color: #DF006F; }
span { border-color: rgb(223,0,111); }
td.TdClassName
{
border-color: #DF006F;
}
.TagClassName
{
border-color: #DF006F;
}
</style>