Shades of Razzmatazz #DE065C
Tints of Razzmatazz #DE065C
RGB
CMYK
RGB Variations
Color information
#DE065C (or 0xDE065C) is known color: Razzmatazz. HEX triplet: DE, 06 and 5C. RGB value is (222,6,92). Sum of RGB (Red+Green+Blue) = 222+6+92=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 6 (2.73% from 255 or 1.88% from 320); Blue value is 92 (36.33% from 255 or 28.75% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE065C is #21F9A3. Grayscale: #505050. Windows color (decimal): -2226596 or 6031070. OLE color: 6031070.
HSL color Cylindrical-coordinate representation of color #DE065C: hue angle of 336.11º degrees, saturation: 0.95, 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 #DE065C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.13 |
| HSL | 336.11º | 0.95% | 0.45% | - |
| HSV(B) | 336.11º | 0.97% | 0.87% | - |
| XYZ | 32.12 | 16.43 | 11.6 | - |
| YUV | 80.39 | 134.56 | 229.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 6 | 92 | 0 | 0.97 | 0.59 | 0.13 | 336.11 | 0.95 | 0.45 |
| Hex | DE | 6 | 5C | 0 | 61 | 3B | D | 150 | 5F | 2D |
| Octal | 336 | 6 | 134 | 0 | 141 | 73 | 15 | 520 | 137 | 55 |
| Binary | 11011110 | 110 | 1011100 | 0 | 1100001 | 111011 | 1101 | 101010000 | 1011111 | 101101 |
Color Harmonies of #DE065C
Complementary color
Monochromatic Colors of #DE065C
Black with #DE065C
Text Example
Text Example
White with #DE065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE065C; }
p { color: rgb(222,6,92); }
H1.HeaderClassName
{
color: #DE065C;
}
.AnyTagClassName
{
color: #DE065C;
}
</style>
background-color css
<style>
a { background-color: #DE065C; }
a { background-color: rgb(222,6,92); }
div.DivClassName
{
background-color: #DE065C;
}
.BgClassName
{
background-color: #DE065C;
}
</style>
border-color css
<style>
span { border-color: #DE065C; }
span { border-color: rgb(222,6,92); }
td.TdClassName
{
border-color: #DE065C;
}
.TagClassName
{
border-color: #DE065C;
}
</style>