Shades of Razzmatazz #DE014F
Tints of Razzmatazz #DE014F
RGB
CMYK
RGB Variations
Color information
#DE014F (or 0xDE014F) is known color: Razzmatazz. HEX triplet: DE, 01 and 4F. RGB value is (222,1,79). Sum of RGB (Red+Green+Blue) = 222+1+79=302 (40% of max value = 765). Red value is 222 (87.11% from 255 or 73.51% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 79 (31.25% from 255 or 26.16% from 302); Max value from RGB is 222 - color contains mainly: red. Hex color #DE014F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DE014F is #21FEB0. Grayscale: #4B4B4B. Windows color (decimal): -2227889 or 5177822. OLE color: 5177822.
HSL color Cylindrical-coordinate representation of color #DE014F: hue angle of 338.82º 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 #DE014F is Cyan = 0, Magento = 1.00, Yellow = 0.64 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 1 | 79 | - |
| CMYK | 0 | 1.00 | 0.64 | 0.13 |
| HSL | 338.82º | 0.99% | 0.44% | - |
| HSV(B) | 338.82º | 1% | 0.87% | - |
| XYZ | 31.55 | 16.12 | 8.85 | - |
| YUV | 75.97 | 129.72 | 232.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 1 | 79 | 0 | 1.00 | 0.64 | 0.13 | 338.82 | 0.99 | 0.44 |
| Hex | DE | 1 | 4F | 0 | 64 | 40 | D | 153 | 63 | 2C |
| Octal | 336 | 1 | 117 | 0 | 144 | 100 | 15 | 523 | 143 | 54 |
| Binary | 11011110 | 1 | 1001111 | 0 | 1100100 | 1000000 | 1101 | 101010011 | 1100011 | 101100 |
Color Harmonies of #DE014F
Complementary color
Monochromatic Colors of #DE014F
Black with #DE014F
Text Example
Text Example
White with #DE014F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE014F; }
p { color: rgb(222,1,79); }
H1.HeaderClassName
{
color: #DE014F;
}
.AnyTagClassName
{
color: #DE014F;
}
</style>
background-color css
<style>
a { background-color: #DE014F; }
a { background-color: rgb(222,1,79); }
div.DivClassName
{
background-color: #DE014F;
}
.BgClassName
{
background-color: #DE014F;
}
</style>
border-color css
<style>
span { border-color: #DE014F; }
span { border-color: rgb(222,1,79); }
td.TdClassName
{
border-color: #DE014F;
}
.TagClassName
{
border-color: #DE014F;
}
</style>