Shades of Razzmatazz #DE0766
Tints of Razzmatazz #DE0766
RGB
CMYK
RGB Variations
Color information
#DE0766 (or 0xDE0766) is known color: Razzmatazz. HEX triplet: DE, 07 and 66. RGB value is (222,7,102). Sum of RGB (Red+Green+Blue) = 222+7+102=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 7 (3.12% from 255 or 2.11% from 331); Blue value is 102 (40.23% from 255 or 30.82% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0766 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0766 is #21F899. Grayscale: #515151. Windows color (decimal): -2226330 or 6686686. OLE color: 6686686.
HSL color Cylindrical-coordinate representation of color #DE0766: hue angle of 333.49º 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 #DE0766 is Cyan = 0, Magento = 0.97, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 7 | 102 | - |
| CMYK | 0 | 0.97 | 0.54 | 0.13 |
| HSL | 333.49º | 0.94% | 0.45% | - |
| HSV(B) | 333.49º | 0.97% | 0.87% | - |
| XYZ | 32.6 | 16.64 | 14.06 | - |
| YUV | 82.12 | 139.23 | 227.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 7 | 102 | 0 | 0.97 | 0.54 | 0.13 | 333.49 | 0.94 | 0.45 |
| Hex | DE | 7 | 66 | 0 | 61 | 36 | D | 14D | 5E | 2D |
| Octal | 336 | 7 | 146 | 0 | 141 | 66 | 15 | 515 | 136 | 55 |
| Binary | 11011110 | 111 | 1100110 | 0 | 1100001 | 110110 | 1101 | 101001101 | 1011110 | 101101 |
Color Harmonies of #DE0766
Complementary color
Monochromatic Colors of #DE0766
Black with #DE0766
Text Example
Text Example
White with #DE0766
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0766; }
p { color: rgb(222,7,102); }
H1.HeaderClassName
{
color: #DE0766;
}
.AnyTagClassName
{
color: #DE0766;
}
</style>
background-color css
<style>
a { background-color: #DE0766; }
a { background-color: rgb(222,7,102); }
div.DivClassName
{
background-color: #DE0766;
}
.BgClassName
{
background-color: #DE0766;
}
</style>
border-color css
<style>
span { border-color: #DE0766; }
span { border-color: rgb(222,7,102); }
td.TdClassName
{
border-color: #DE0766;
}
.TagClassName
{
border-color: #DE0766;
}
</style>