Shades of Razzmatazz #DF0368
Tints of Razzmatazz #DF0368
RGB
CMYK
RGB Variations
Color information
#DF0368 (or 0xDF0368) is known color: Razzmatazz. HEX triplet: DF, 03 and 68. RGB value is (223,3,104). Sum of RGB (Red+Green+Blue) = 223+3+104=330 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.58% from 330); Green value is 3 (1.56% from 255 or 0.91% from 330); Blue value is 104 (41.02% from 255 or 31.52% from 330); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0368 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0368 is #20FC97. Grayscale: #505050. Windows color (decimal): -2161816 or 6816735. OLE color: 6816735.
HSL color Cylindrical-coordinate representation of color #DF0368: hue angle of 332.45º 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 #DF0368 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 104 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.13 |
| HSL | 332.45º | 0.97% | 0.44% | - |
| HSV(B) | 332.45º | 0.99% | 0.87% | - |
| XYZ | 32.96 | 16.75 | 14.59 | - |
| YUV | 80.29 | 141.39 | 229.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 104 | 0 | 0.99 | 0.53 | 0.13 | 332.45 | 0.97 | 0.44 |
| Hex | DF | 3 | 68 | 0 | 63 | 35 | D | 14C | 61 | 2C |
| Octal | 337 | 3 | 150 | 0 | 143 | 65 | 15 | 514 | 141 | 54 |
| Binary | 11011111 | 11 | 1101000 | 0 | 1100011 | 110101 | 1101 | 101001100 | 1100001 | 101100 |
Color Harmonies of #DF0368
Complementary color
Monochromatic Colors of #DF0368
Black with #DF0368
Text Example
Text Example
White with #DF0368
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0368; }
p { color: rgb(223,3,104); }
H1.HeaderClassName
{
color: #DF0368;
}
.AnyTagClassName
{
color: #DF0368;
}
</style>
background-color css
<style>
a { background-color: #DF0368; }
a { background-color: rgb(223,3,104); }
div.DivClassName
{
background-color: #DF0368;
}
.BgClassName
{
background-color: #DF0368;
}
</style>
border-color css
<style>
span { border-color: #DF0368; }
span { border-color: rgb(223,3,104); }
td.TdClassName
{
border-color: #DF0368;
}
.TagClassName
{
border-color: #DF0368;
}
</style>