Shades of Razzmatazz #DF006C
Tints of Razzmatazz #DF006C
RGB
CMYK
RGB Variations
Color information
#DF006C (or 0xDF006C) is known color: Razzmatazz. HEX triplet: DF, 00 and 6C. RGB value is (223,0,108). Sum of RGB (Red+Green+Blue) = 223+0+108=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 0 (0.39% from 255 or 0% from 331); Blue value is 108 (42.58% from 255 or 32.63% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF006C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF006C is #20FF93. Grayscale: #4E4E4E. Windows color (decimal): -2162580 or 7078111. OLE color: 7078111.
HSL color Cylindrical-coordinate representation of color #DF006C: hue angle of 330.94º 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 #DF006C is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 108 | - |
| CMYK | 0 | 1 | 0.52 | 0.13 |
| HSL | 330.94º | 1% | 0.44% | - |
| HSV(B) | 330.94º | 1% | 0.87% | - |
| XYZ | 33.14 | 16.77 | 15.68 | - |
| YUV | 78.99 | 144.38 | 230.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 108 | 0 | 1 | 0.52 | 0.13 | 330.94 | 1 | 0.44 |
| Hex | DF | 0 | 6C | 0 | 64 | 34 | D | 14B | 64 | 2C |
| Octal | 337 | 0 | 154 | 0 | 144 | 64 | 15 | 513 | 144 | 54 |
| Binary | 11011111 | 0 | 1101100 | 0 | 1100100 | 110100 | 1101 | 101001011 | 1100100 | 101100 |
Color Harmonies of #DF006C
Complementary color
Monochromatic Colors of #DF006C
Black with #DF006C
Text Example
Text Example
White with #DF006C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF006C; }
p { color: rgb(223,0,108); }
H1.HeaderClassName
{
color: #DF006C;
}
.AnyTagClassName
{
color: #DF006C;
}
</style>
background-color css
<style>
a { background-color: #DF006C; }
a { background-color: rgb(223,0,108); }
div.DivClassName
{
background-color: #DF006C;
}
.BgClassName
{
background-color: #DF006C;
}
</style>
border-color css
<style>
span { border-color: #DF006C; }
span { border-color: rgb(223,0,108); }
td.TdClassName
{
border-color: #DF006C;
}
.TagClassName
{
border-color: #DF006C;
}
</style>