Shades of Razzmatazz #DF006A
Tints of Razzmatazz #DF006A
RGB
CMYK
RGB Variations
Color information
#DF006A (or 0xDF006A) is known color: Razzmatazz. HEX triplet: DF, 00 and 6A. RGB value is (223,0,106). Sum of RGB (Red+Green+Blue) = 223+0+106=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF006A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF006A is #20FF95. Grayscale: #4E4E4E. Windows color (decimal): -2162582 or 6947039. OLE color: 6947039.
HSL color Cylindrical-coordinate representation of color #DF006A: hue angle of 331.48º 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 #DF006A is Cyan = 0, Magento = 1, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 106 | - |
| CMYK | 0 | 1 | 0.52 | 0.13 |
| HSL | 331.48º | 1% | 0.44% | - |
| HSV(B) | 331.48º | 1% | 0.87% | - |
| XYZ | 33.03 | 16.73 | 15.12 | - |
| YUV | 78.76 | 143.38 | 230.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 106 | 0 | 1 | 0.52 | 0.13 | 331.48 | 1 | 0.44 |
| Hex | DF | 0 | 6A | 0 | 64 | 34 | D | 14B | 64 | 2C |
| Octal | 337 | 0 | 152 | 0 | 144 | 64 | 15 | 513 | 144 | 54 |
| Binary | 11011111 | 0 | 1101010 | 0 | 1100100 | 110100 | 1101 | 101001011 | 1100100 | 101100 |
Color Harmonies of #DF006A
Complementary color
Monochromatic Colors of #DF006A
Black with #DF006A
Text Example
Text Example
White with #DF006A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF006A; }
p { color: rgb(223,0,106); }
H1.HeaderClassName
{
color: #DF006A;
}
.AnyTagClassName
{
color: #DF006A;
}
</style>
background-color css
<style>
a { background-color: #DF006A; }
a { background-color: rgb(223,0,106); }
div.DivClassName
{
background-color: #DF006A;
}
.BgClassName
{
background-color: #DF006A;
}
</style>
border-color css
<style>
span { border-color: #DF006A; }
span { border-color: rgb(223,0,106); }
td.TdClassName
{
border-color: #DF006A;
}
.TagClassName
{
border-color: #DF006A;
}
</style>