Shades of Razzmatazz #DF0755
Tints of Razzmatazz #DF0755
RGB
CMYK
RGB Variations
Color information
#DF0755 (or 0xDF0755) is known color: Razzmatazz. HEX triplet: DF, 07 and 55. RGB value is (223,7,85). Sum of RGB (Red+Green+Blue) = 223+7+85=315 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.79% from 315); Green value is 7 (3.12% from 255 or 2.22% from 315); Blue value is 85 (33.59% from 255 or 26.98% from 315); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0755 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0755 is #20F8AA. Grayscale: #505050. Windows color (decimal): -2160811 or 5572575. OLE color: 5572575.
HSL color Cylindrical-coordinate representation of color #DF0755: hue angle of 338.33º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0755 is Cyan = 0, Magento = 0.97, Yellow = 0.62 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 7 | 85 | - |
| CMYK | 0 | 0.97 | 0.62 | 0.13 |
| HSL | 338.33º | 0.94% | 0.45% | - |
| HSV(B) | 338.33º | 0.97% | 0.87% | - |
| XYZ | 32.15 | 16.5 | 10.08 | - |
| YUV | 80.48 | 130.56 | 229.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 7 | 85 | 0 | 0.97 | 0.62 | 0.13 | 338.33 | 0.94 | 0.45 |
| Hex | DF | 7 | 55 | 0 | 61 | 3E | D | 152 | 5E | 2D |
| Octal | 337 | 7 | 125 | 0 | 141 | 76 | 15 | 522 | 136 | 55 |
| Binary | 11011111 | 111 | 1010101 | 0 | 1100001 | 111110 | 1101 | 101010010 | 1011110 | 101101 |
Color Harmonies of #DF0755
Complementary color
Monochromatic Colors of #DF0755
Black with #DF0755
Text Example
Text Example
White with #DF0755
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0755; }
p { color: rgb(223,7,85); }
H1.HeaderClassName
{
color: #DF0755;
}
.AnyTagClassName
{
color: #DF0755;
}
</style>
background-color css
<style>
a { background-color: #DF0755; }
a { background-color: rgb(223,7,85); }
div.DivClassName
{
background-color: #DF0755;
}
.BgClassName
{
background-color: #DF0755;
}
</style>
border-color css
<style>
span { border-color: #DF0755; }
span { border-color: rgb(223,7,85); }
td.TdClassName
{
border-color: #DF0755;
}
.TagClassName
{
border-color: #DF0755;
}
</style>