Shades of Razzmatazz #DF035E
Tints of Razzmatazz #DF035E
RGB
CMYK
RGB Variations
Color information
#DF035E (or 0xDF035E) is known color: Razzmatazz. HEX triplet: DF, 03 and 5E. RGB value is (223,3,94). Sum of RGB (Red+Green+Blue) = 223+3+94=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 3 (1.56% from 255 or 0.94% from 320); Blue value is 94 (37.11% from 255 or 29.38% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF035E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF035E is #20FCA1. Grayscale: #4F4F4F. Windows color (decimal): -2161826 or 6161375. OLE color: 6161375.
HSL color Cylindrical-coordinate representation of color #DF035E: hue angle of 335.18º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF035E is Cyan = 0, Magento = 0.99, Yellow = 0.58 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 94 | - |
| CMYK | 0 | 0.99 | 0.58 | 0.13 |
| HSL | 335.18º | 0.97% | 0.44% | - |
| HSV(B) | 335.18º | 0.99% | 0.87% | - |
| XYZ | 32.48 | 16.56 | 12.07 | - |
| YUV | 79.15 | 136.39 | 230.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 94 | 0 | 0.99 | 0.58 | 0.13 | 335.18 | 0.97 | 0.44 |
| Hex | DF | 3 | 5E | 0 | 63 | 3A | D | 14F | 61 | 2C |
| Octal | 337 | 3 | 136 | 0 | 143 | 72 | 15 | 517 | 141 | 54 |
| Binary | 11011111 | 11 | 1011110 | 0 | 1100011 | 111010 | 1101 | 101001111 | 1100001 | 101100 |
Color Harmonies of #DF035E
Complementary color
Monochromatic Colors of #DF035E
Black with #DF035E
Text Example
Text Example
White with #DF035E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF035E; }
p { color: rgb(223,3,94); }
H1.HeaderClassName
{
color: #DF035E;
}
.AnyTagClassName
{
color: #DF035E;
}
</style>
background-color css
<style>
a { background-color: #DF035E; }
a { background-color: rgb(223,3,94); }
div.DivClassName
{
background-color: #DF035E;
}
.BgClassName
{
background-color: #DF035E;
}
</style>
border-color css
<style>
span { border-color: #DF035E; }
span { border-color: rgb(223,3,94); }
td.TdClassName
{
border-color: #DF035E;
}
.TagClassName
{
border-color: #DF035E;
}
</style>