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