Shades of Razzmatazz #DF0066
Tints of Razzmatazz #DF0066
RGB
CMYK
RGB Variations
Color information
#DF0066 (or 0xDF0066) is known color: Razzmatazz. HEX triplet: DF, 00 and 66. RGB value is (223,0,102). Sum of RGB (Red+Green+Blue) = 223+0+102=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 0 (0.39% from 255 or 0% from 325); Blue value is 102 (40.23% from 255 or 31.38% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0066 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0066 is #20FF99. Grayscale: #4E4E4E. Windows color (decimal): -2162586 or 6684895. OLE color: 6684895.
HSL color Cylindrical-coordinate representation of color #DF0066: hue angle of 332.56º 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 #DF0066 is Cyan = 0, Magento = 1, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 102 | - |
| CMYK | 0 | 1 | 0.54 | 0.13 |
| HSL | 332.56º | 1% | 0.44% | - |
| HSV(B) | 332.56º | 1% | 0.87% | - |
| XYZ | 32.83 | 16.65 | 14.05 | - |
| YUV | 78.31 | 141.38 | 231.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 102 | 0 | 1 | 0.54 | 0.13 | 332.56 | 1 | 0.44 |
| Hex | DF | 0 | 66 | 0 | 64 | 36 | D | 14D | 64 | 2C |
| Octal | 337 | 0 | 146 | 0 | 144 | 66 | 15 | 515 | 144 | 54 |
| Binary | 11011111 | 0 | 1100110 | 0 | 1100100 | 110110 | 1101 | 101001101 | 1100100 | 101100 |
Color Harmonies of #DF0066
Complementary color
Monochromatic Colors of #DF0066
Black with #DF0066
Text Example
Text Example
White with #DF0066
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0066; }
p { color: rgb(223,0,102); }
H1.HeaderClassName
{
color: #DF0066;
}
.AnyTagClassName
{
color: #DF0066;
}
</style>
background-color css
<style>
a { background-color: #DF0066; }
a { background-color: rgb(223,0,102); }
div.DivClassName
{
background-color: #DF0066;
}
.BgClassName
{
background-color: #DF0066;
}
</style>
border-color css
<style>
span { border-color: #DF0066; }
span { border-color: rgb(223,0,102); }
td.TdClassName
{
border-color: #DF0066;
}
.TagClassName
{
border-color: #DF0066;
}
</style>