Shades of Razzmatazz #DF0963
Tints of Razzmatazz #DF0963
RGB
CMYK
RGB Variations
Color information
#DF0963 (or 0xDF0963) is known color: Razzmatazz. HEX triplet: DF, 09 and 63. RGB value is (223,9,99). Sum of RGB (Red+Green+Blue) = 223+9+99=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 9 (3.91% from 255 or 2.72% from 331); Blue value is 99 (39.06% from 255 or 29.91% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0963 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0963 is #20F69C. Grayscale: #535353. Windows color (decimal): -2160285 or 6490591. OLE color: 6490591.
HSL color Cylindrical-coordinate representation of color #DF0963: hue angle of 334.77º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF0963 is Cyan = 0, Magento = 0.96, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 9 | 99 | - |
| CMYK | 0 | 0.96 | 0.56 | 0.13 |
| HSL | 334.77º | 0.92% | 0.45% | - |
| HSV(B) | 334.77º | 0.96% | 0.87% | - |
| XYZ | 32.78 | 16.78 | 13.32 | - |
| YUV | 83.25 | 136.9 | 227.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 9 | 99 | 0 | 0.96 | 0.56 | 0.13 | 334.77 | 0.92 | 0.45 |
| Hex | DF | 9 | 63 | 0 | 60 | 38 | D | 14F | 5C | 2D |
| Octal | 337 | 11 | 143 | 0 | 140 | 70 | 15 | 517 | 134 | 55 |
| Binary | 11011111 | 1001 | 1100011 | 0 | 1100000 | 111000 | 1101 | 101001111 | 1011100 | 101101 |
Color Harmonies of #DF0963
Complementary color
Monochromatic Colors of #DF0963
Black with #DF0963
Text Example
Text Example
White with #DF0963
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0963; }
p { color: rgb(223,9,99); }
H1.HeaderClassName
{
color: #DF0963;
}
.AnyTagClassName
{
color: #DF0963;
}
</style>
background-color css
<style>
a { background-color: #DF0963; }
a { background-color: rgb(223,9,99); }
div.DivClassName
{
background-color: #DF0963;
}
.BgClassName
{
background-color: #DF0963;
}
</style>
border-color css
<style>
span { border-color: #DF0963; }
span { border-color: rgb(223,9,99); }
td.TdClassName
{
border-color: #DF0963;
}
.TagClassName
{
border-color: #DF0963;
}
</style>