Shades of Razzmatazz #DF005B
Tints of Razzmatazz #DF005B
RGB
CMYK
RGB Variations
Color information
#DF005B (or 0xDF005B) is known color: Razzmatazz. HEX triplet: DF, 00 and 5B. RGB value is (223,0,91). Sum of RGB (Red+Green+Blue) = 223+0+91=314 (41% of max value = 765). Red value is 223 (87.5% from 255 or 71.02% from 314); Green value is 0 (0.39% from 255 or 0% from 314); Blue value is 91 (35.94% from 255 or 28.98% from 314); Max value from RGB is 223 - color contains mainly: red. Hex color #DF005B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF005B is #20FFA4. Grayscale: #4C4C4C. Windows color (decimal): -2162597 or 5963999. OLE color: 5963999.
HSL color Cylindrical-coordinate representation of color #DF005B: hue angle of 335.52º 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 #DF005B is Cyan = 0, Magento = 1, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 91 | - |
| CMYK | 0 | 1 | 0.59 | 0.13 |
| HSL | 335.52º | 1% | 0.44% | - |
| HSV(B) | 335.52º | 1% | 0.87% | - |
| XYZ | 32.32 | 16.44 | 11.37 | - |
| YUV | 77.05 | 135.88 | 232.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 91 | 0 | 1 | 0.59 | 0.13 | 335.52 | 1 | 0.44 |
| Hex | DF | 0 | 5B | 0 | 64 | 3B | D | 150 | 64 | 2C |
| Octal | 337 | 0 | 133 | 0 | 144 | 73 | 15 | 520 | 144 | 54 |
| Binary | 11011111 | 0 | 1011011 | 0 | 1100100 | 111011 | 1101 | 101010000 | 1100100 | 101100 |
Color Harmonies of #DF005B
Complementary color
Monochromatic Colors of #DF005B
Black with #DF005B
Text Example
Text Example
White with #DF005B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF005B; }
p { color: rgb(223,0,91); }
H1.HeaderClassName
{
color: #DF005B;
}
.AnyTagClassName
{
color: #DF005B;
}
</style>
background-color css
<style>
a { background-color: #DF005B; }
a { background-color: rgb(223,0,91); }
div.DivClassName
{
background-color: #DF005B;
}
.BgClassName
{
background-color: #DF005B;
}
</style>
border-color css
<style>
span { border-color: #DF005B; }
span { border-color: rgb(223,0,91); }
td.TdClassName
{
border-color: #DF005B;
}
.TagClassName
{
border-color: #DF005B;
}
</style>