Shades of Razzmatazz #DF015C
Tints of Razzmatazz #DF015C
RGB
CMYK
RGB Variations
Color information
#DF015C (or 0xDF015C) is known color: Razzmatazz. HEX triplet: DF, 01 and 5C. RGB value is (223,1,92). Sum of RGB (Red+Green+Blue) = 223+1+92=316 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.57% from 316); Green value is 1 (0.78% from 255 or 0.32% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 223 - color contains mainly: red. Hex color #DF015C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF015C is #20FEA3. Grayscale: #4D4D4D. Windows color (decimal): -2162340 or 6029791. OLE color: 6029791.
HSL color Cylindrical-coordinate representation of color #DF015C: hue angle of 335.41º 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 #DF015C is Cyan = 0, Magento = 1.00, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 92 | - |
| CMYK | 0 | 1.00 | 0.59 | 0.13 |
| HSL | 335.41º | 0.99% | 0.44% | - |
| HSV(B) | 335.41º | 1% | 0.87% | - |
| XYZ | 32.37 | 16.48 | 11.6 | - |
| YUV | 77.75 | 136.05 | 231.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 92 | 0 | 1.00 | 0.59 | 0.13 | 335.41 | 0.99 | 0.44 |
| Hex | DF | 1 | 5C | 0 | 64 | 3B | D | 14F | 63 | 2C |
| Octal | 337 | 1 | 134 | 0 | 144 | 73 | 15 | 517 | 143 | 54 |
| Binary | 11011111 | 1 | 1011100 | 0 | 1100100 | 111011 | 1101 | 101001111 | 1100011 | 101100 |
Color Harmonies of #DF015C
Complementary color
Monochromatic Colors of #DF015C
Black with #DF015C
Text Example
Text Example
White with #DF015C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF015C; }
p { color: rgb(223,1,92); }
H1.HeaderClassName
{
color: #DF015C;
}
.AnyTagClassName
{
color: #DF015C;
}
</style>
background-color css
<style>
a { background-color: #DF015C; }
a { background-color: rgb(223,1,92); }
div.DivClassName
{
background-color: #DF015C;
}
.BgClassName
{
background-color: #DF015C;
}
</style>
border-color css
<style>
span { border-color: #DF015C; }
span { border-color: rgb(223,1,92); }
td.TdClassName
{
border-color: #DF015C;
}
.TagClassName
{
border-color: #DF015C;
}
</style>