Shades of Razzmatazz #DF0360
Tints of Razzmatazz #DF0360
RGB
CMYK
RGB Variations
Color information
#DF0360 (or 0xDF0360) is known color: Razzmatazz. HEX triplet: DF, 03 and 60. RGB value is (223,3,96). Sum of RGB (Red+Green+Blue) = 223+3+96=322 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.25% from 322); Green value is 3 (1.56% from 255 or 0.93% from 322); Blue value is 96 (37.89% from 255 or 29.81% from 322); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0360 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0360 is #20FC9F. Grayscale: #4F4F4F. Windows color (decimal): -2161824 or 6292447. OLE color: 6292447.
HSL color Cylindrical-coordinate representation of color #DF0360: hue angle of 334.64º 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 #DF0360 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 96 | - |
| CMYK | 0 | 0.99 | 0.57 | 0.13 |
| HSL | 334.64º | 0.97% | 0.44% | - |
| HSV(B) | 334.64º | 0.99% | 0.87% | - |
| XYZ | 32.58 | 16.6 | 12.55 | - |
| YUV | 79.38 | 137.39 | 230.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 96 | 0 | 0.99 | 0.57 | 0.13 | 334.64 | 0.97 | 0.44 |
| Hex | DF | 3 | 60 | 0 | 63 | 39 | D | 14F | 61 | 2C |
| Octal | 337 | 3 | 140 | 0 | 143 | 71 | 15 | 517 | 141 | 54 |
| Binary | 11011111 | 11 | 1100000 | 0 | 1100011 | 111001 | 1101 | 101001111 | 1100001 | 101100 |
Color Harmonies of #DF0360
Complementary color
Monochromatic Colors of #DF0360
Black with #DF0360
Text Example
Text Example
White with #DF0360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0360; }
p { color: rgb(223,3,96); }
H1.HeaderClassName
{
color: #DF0360;
}
.AnyTagClassName
{
color: #DF0360;
}
</style>
background-color css
<style>
a { background-color: #DF0360; }
a { background-color: rgb(223,3,96); }
div.DivClassName
{
background-color: #DF0360;
}
.BgClassName
{
background-color: #DF0360;
}
</style>
border-color css
<style>
span { border-color: #DF0360; }
span { border-color: rgb(223,3,96); }
td.TdClassName
{
border-color: #DF0360;
}
.TagClassName
{
border-color: #DF0360;
}
</style>