Shades of Razzmatazz #DF0766
Tints of Razzmatazz #DF0766
RGB
CMYK
RGB Variations
Color information
#DF0766 (or 0xDF0766) is known color: Razzmatazz. HEX triplet: DF, 07 and 66. RGB value is (223,7,102). Sum of RGB (Red+Green+Blue) = 223+7+102=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 7 (3.12% from 255 or 2.11% from 332); Blue value is 102 (40.23% from 255 or 30.72% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0766 is #20F899. Grayscale: #525252. Windows color (decimal): -2160794 or 6686687. OLE color: 6686687.
HSL color Cylindrical-coordinate representation of color #DF0766: hue angle of 333.61º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0766 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.13 |
| HSL | 333.61º | 0.94% | 0.45% | - |
| HSV(B) | 333.61º | 0.97% | 0.87% | - |
| XYZ | 32.91 | 16.8 | 14.08 | - |
| YUV | 82.41 | 139.06 | 228.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 102 | 0 | 0.97 | 0.54 | 0.13 | 333.61 | 0.94 | 0.45 |
| Hex | DF | 7 | 66 | 0 | 61 | 36 | D | 14E | 5E | 2D |
| Octal | 337 | 7 | 146 | 0 | 141 | 66 | 15 | 516 | 136 | 55 |
| Binary | 11011111 | 111 | 1100110 | 0 | 1100001 | 110110 | 1101 | 101001110 | 1011110 | 101101 |
Color Harmonies of #DF0766
Complementary color
Monochromatic Colors of #DF0766
Black with #DF0766
Text Example
Text Example
White with #DF0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0766; }
p { color: rgb(223,7,102); }
H1.HeaderClassName
{
color: #DF0766;
}
.AnyTagClassName
{
color: #DF0766;
}
</style>
background-color css
<style>
a { background-color: #DF0766; }
a { background-color: rgb(223,7,102); }
div.DivClassName
{
background-color: #DF0766;
}
.BgClassName
{
background-color: #DF0766;
}
</style>
border-color css
<style>
span { border-color: #DF0766; }
span { border-color: rgb(223,7,102); }
td.TdClassName
{
border-color: #DF0766;
}
.TagClassName
{
border-color: #DF0766;
}
</style>