Shades of Razzmatazz #DE0168
Tints of Razzmatazz #DE0168
RGB
CMYK
RGB Variations
Color information
#DE0168 (or 0xDE0168) is known color: Razzmatazz. HEX triplet: DE, 01 and 68. RGB value is (222,1,104). Sum of RGB (Red+Green+Blue) = 222+1+104=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 1 (0.78% from 255 or 0.31% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0168 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0168 is #21FE97. Grayscale: #4E4E4E. Windows color (decimal): -2227864 or 6816222. OLE color: 6816222.
HSL color Cylindrical-coordinate representation of color #DE0168: hue angle of 332.04º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0168 is Cyan = 0, Magento = 1.00, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 104 | - |
| CMYK | 0 | 1.00 | 0.53 | 0.13 |
| HSL | 332.04º | 0.99% | 0.44% | - |
| HSV(B) | 332.04º | 1% | 0.87% | - |
| XYZ | 32.63 | 16.55 | 14.57 | - |
| YUV | 78.82 | 142.22 | 230.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 104 | 0 | 1.00 | 0.53 | 0.13 | 332.04 | 0.99 | 0.44 |
| Hex | DE | 1 | 68 | 0 | 64 | 35 | D | 14C | 63 | 2C |
| Octal | 336 | 1 | 150 | 0 | 144 | 65 | 15 | 514 | 143 | 54 |
| Binary | 11011110 | 1 | 1101000 | 0 | 1100100 | 110101 | 1101 | 101001100 | 1100011 | 101100 |
Color Harmonies of #DE0168
Complementary color
Monochromatic Colors of #DE0168
Black with #DE0168
Text Example
Text Example
White with #DE0168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0168; }
p { color: rgb(222,1,104); }
H1.HeaderClassName
{
color: #DE0168;
}
.AnyTagClassName
{
color: #DE0168;
}
</style>
background-color css
<style>
a { background-color: #DE0168; }
a { background-color: rgb(222,1,104); }
div.DivClassName
{
background-color: #DE0168;
}
.BgClassName
{
background-color: #DE0168;
}
</style>
border-color css
<style>
span { border-color: #DE0168; }
span { border-color: rgb(222,1,104); }
td.TdClassName
{
border-color: #DE0168;
}
.TagClassName
{
border-color: #DE0168;
}
</style>