Shades of Razzmatazz #DE0568
Tints of Razzmatazz #DE0568
RGB
CMYK
RGB Variations
Color information
#DE0568 (or 0xDE0568) is known color: Razzmatazz. HEX triplet: DE, 05 and 68. RGB value is (222,5,104). Sum of RGB (Red+Green+Blue) = 222+5+104=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 5 (2.34% from 255 or 1.51% from 331); Blue value is 104 (41.02% from 255 or 31.42% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0568 is #21FA97. Grayscale: #505050. Windows color (decimal): -2226840 or 6817246. OLE color: 6817246.
HSL color Cylindrical-coordinate representation of color #DE0568: hue angle of 332.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DE0568 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.13 |
| HSL | 332.63º | 0.96% | 0.45% | - |
| HSV(B) | 332.63º | 0.98% | 0.87% | - |
| XYZ | 32.68 | 16.64 | 14.59 | - |
| YUV | 81.17 | 140.89 | 228.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 5 | 104 | 0 | 0.98 | 0.53 | 0.13 | 332.63 | 0.96 | 0.45 |
| Hex | DE | 5 | 68 | 0 | 62 | 35 | D | 14D | 60 | 2D |
| Octal | 336 | 5 | 150 | 0 | 142 | 65 | 15 | 515 | 140 | 55 |
| Binary | 11011110 | 101 | 1101000 | 0 | 1100010 | 110101 | 1101 | 101001101 | 1100000 | 101101 |
Color Harmonies of #DE0568
Complementary color
Monochromatic Colors of #DE0568
Black with #DE0568
Text Example
Text Example
White with #DE0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0568; }
p { color: rgb(222,5,104); }
H1.HeaderClassName
{
color: #DE0568;
}
.AnyTagClassName
{
color: #DE0568;
}
</style>
background-color css
<style>
a { background-color: #DE0568; }
a { background-color: rgb(222,5,104); }
div.DivClassName
{
background-color: #DE0568;
}
.BgClassName
{
background-color: #DE0568;
}
</style>
border-color css
<style>
span { border-color: #DE0568; }
span { border-color: rgb(222,5,104); }
td.TdClassName
{
border-color: #DE0568;
}
.TagClassName
{
border-color: #DE0568;
}
</style>