Shades of Razzmatazz #DE0069
Tints of Razzmatazz #DE0069
RGB
CMYK
RGB Variations
Color information
#DE0069 (or 0xDE0069) is known color: Razzmatazz. HEX triplet: DE, 00 and 69. RGB value is (222,0,105). Sum of RGB (Red+Green+Blue) = 222+0+105=327 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.89% from 327); Green value is 0 (0.39% from 255 or 0% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 222 - color contains mainly: red. Hex color #DE0069 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE0069 is #21FF96. Grayscale: #4E4E4E. Windows color (decimal): -2228119 or 6881502. OLE color: 6881502.
HSL color Cylindrical-coordinate representation of color #DE0069: hue angle of 331.62º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DE0069 is Cyan = 0, Magento = 1, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 0 | 105 | - |
| CMYK | 0 | 1 | 0.53 | 0.13 |
| HSL | 331.62º | 1% | 0.44% | - |
| HSV(B) | 331.62º | 1% | 0.87% | - |
| XYZ | 32.67 | 16.55 | 14.84 | - |
| YUV | 78.35 | 143.05 | 230.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 0 | 105 | 0 | 1 | 0.53 | 0.13 | 331.62 | 1 | 0.44 |
| Hex | DE | 0 | 69 | 0 | 64 | 35 | D | 14C | 64 | 2C |
| Octal | 336 | 0 | 151 | 0 | 144 | 65 | 15 | 514 | 144 | 54 |
| Binary | 11011110 | 0 | 1101001 | 0 | 1100100 | 110101 | 1101 | 101001100 | 1100100 | 101100 |
Color Harmonies of #DE0069
Complementary color
Monochromatic Colors of #DE0069
Black with #DE0069
Text Example
Text Example
White with #DE0069
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE0069; }
p { color: rgb(222,0,105); }
H1.HeaderClassName
{
color: #DE0069;
}
.AnyTagClassName
{
color: #DE0069;
}
</style>
background-color css
<style>
a { background-color: #DE0069; }
a { background-color: rgb(222,0,105); }
div.DivClassName
{
background-color: #DE0069;
}
.BgClassName
{
background-color: #DE0069;
}
</style>
border-color css
<style>
span { border-color: #DE0069; }
span { border-color: rgb(222,0,105); }
td.TdClassName
{
border-color: #DE0069;
}
.TagClassName
{
border-color: #DE0069;
}
</style>