Shades of Razzmatazz #DF014E
Tints of Razzmatazz #DF014E
RGB
CMYK
RGB Variations
Color information
#DF014E (or 0xDF014E) is known color: Razzmatazz. HEX triplet: DF, 01 and 4E. RGB value is (223,1,78). Sum of RGB (Red+Green+Blue) = 223+1+78=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 1 (0.78% from 255 or 0.33% from 302); Blue value is 78 (30.86% from 255 or 25.83% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF014E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF014E is #20FEB1. Grayscale: #4C4C4C. Windows color (decimal): -2162354 or 5112287. OLE color: 5112287.
HSL color Cylindrical-coordinate representation of color #DF014E: hue angle of 339.19º 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 #DF014E is Cyan = 0, Magento = 1.00, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 78 | - |
| CMYK | 0 | 1.00 | 0.65 | 0.13 |
| HSL | 339.19º | 0.99% | 0.44% | - |
| HSV(B) | 339.19º | 1% | 0.87% | - |
| XYZ | 31.82 | 16.26 | 8.67 | - |
| YUV | 76.16 | 129.05 | 232.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 78 | 0 | 1.00 | 0.65 | 0.13 | 339.19 | 0.99 | 0.44 |
| Hex | DF | 1 | 4E | 0 | 64 | 41 | D | 153 | 63 | 2C |
| Octal | 337 | 1 | 116 | 0 | 144 | 101 | 15 | 523 | 143 | 54 |
| Binary | 11011111 | 1 | 1001110 | 0 | 1100100 | 1000001 | 1101 | 101010011 | 1100011 | 101100 |
Color Harmonies of #DF014E
Complementary color
Monochromatic Colors of #DF014E
Black with #DF014E
Text Example
Text Example
White with #DF014E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF014E; }
p { color: rgb(223,1,78); }
H1.HeaderClassName
{
color: #DF014E;
}
.AnyTagClassName
{
color: #DF014E;
}
</style>
background-color css
<style>
a { background-color: #DF014E; }
a { background-color: rgb(223,1,78); }
div.DivClassName
{
background-color: #DF014E;
}
.BgClassName
{
background-color: #DF014E;
}
</style>
border-color css
<style>
span { border-color: #DF014E; }
span { border-color: rgb(223,1,78); }
td.TdClassName
{
border-color: #DF014E;
}
.TagClassName
{
border-color: #DF014E;
}
</style>