Shades of Razzmatazz #DF005F
Tints of Razzmatazz #DF005F
RGB
CMYK
RGB Variations
Color information
#DF005F (or 0xDF005F) is known color: Razzmatazz. HEX triplet: DF, 00 and 5F. RGB value is (223,0,95). Sum of RGB (Red+Green+Blue) = 223+0+95=318 (42% of max value = 765). Red value is 223 (87.5% from 255 or 70.13% from 318); Green value is 0 (0.39% from 255 or 0% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 223 - color contains mainly: red. Hex color #DF005F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF005F is #20FFA0. Grayscale: #4D4D4D. Windows color (decimal): -2162593 or 6226143. OLE color: 6226143.
HSL color Cylindrical-coordinate representation of color #DF005F: hue angle of 334.44º 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 #DF005F is Cyan = 0, Magento = 1, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 95 | - |
| CMYK | 0 | 1 | 0.57 | 0.13 |
| HSL | 334.44º | 1% | 0.44% | - |
| HSV(B) | 334.44º | 1% | 0.87% | - |
| XYZ | 32.5 | 16.51 | 12.3 | - |
| YUV | 77.51 | 137.88 | 231.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 95 | 0 | 1 | 0.57 | 0.13 | 334.44 | 1 | 0.44 |
| Hex | DF | 0 | 5F | 0 | 64 | 39 | D | 14E | 64 | 2C |
| Octal | 337 | 0 | 137 | 0 | 144 | 71 | 15 | 516 | 144 | 54 |
| Binary | 11011111 | 0 | 1011111 | 0 | 1100100 | 111001 | 1101 | 101001110 | 1100100 | 101100 |
Color Harmonies of #DF005F
Complementary color
Monochromatic Colors of #DF005F
Black with #DF005F
Text Example
Text Example
White with #DF005F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF005F; }
p { color: rgb(223,0,95); }
H1.HeaderClassName
{
color: #DF005F;
}
.AnyTagClassName
{
color: #DF005F;
}
</style>
background-color css
<style>
a { background-color: #DF005F; }
a { background-color: rgb(223,0,95); }
div.DivClassName
{
background-color: #DF005F;
}
.BgClassName
{
background-color: #DF005F;
}
</style>
border-color css
<style>
span { border-color: #DF005F; }
span { border-color: rgb(223,0,95); }
td.TdClassName
{
border-color: #DF005F;
}
.TagClassName
{
border-color: #DF005F;
}
</style>