Shades of Razzmatazz #DF0364
Tints of Razzmatazz #DF0364
RGB
CMYK
RGB Variations
Color information
#DF0364 (or 0xDF0364) is known color: Razzmatazz. HEX triplet: DF, 03 and 64. RGB value is (223,3,100). Sum of RGB (Red+Green+Blue) = 223+3+100=326 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.40% from 326); Green value is 3 (1.56% from 255 or 0.92% from 326); Blue value is 100 (39.45% from 255 or 30.67% from 326); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0364 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0364 is #20FC9B. Grayscale: #4F4F4F. Windows color (decimal): -2161820 or 6554591. OLE color: 6554591.
HSL color Cylindrical-coordinate representation of color #DF0364: hue angle of 333.55º 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 #DF0364 is Cyan = 0, Magento = 0.99, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 100 | - |
| CMYK | 0 | 0.99 | 0.55 | 0.13 |
| HSL | 333.55º | 0.97% | 0.44% | - |
| HSV(B) | 333.55º | 0.99% | 0.87% | - |
| XYZ | 32.76 | 16.67 | 13.55 | - |
| YUV | 79.84 | 139.39 | 230.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 100 | 0 | 0.99 | 0.55 | 0.13 | 333.55 | 0.97 | 0.44 |
| Hex | DF | 3 | 64 | 0 | 63 | 37 | D | 14E | 61 | 2C |
| Octal | 337 | 3 | 144 | 0 | 143 | 67 | 15 | 516 | 141 | 54 |
| Binary | 11011111 | 11 | 1100100 | 0 | 1100011 | 110111 | 1101 | 101001110 | 1100001 | 101100 |
Color Harmonies of #DF0364
Complementary color
Monochromatic Colors of #DF0364
Black with #DF0364
Text Example
Text Example
White with #DF0364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0364; }
p { color: rgb(223,3,100); }
H1.HeaderClassName
{
color: #DF0364;
}
.AnyTagClassName
{
color: #DF0364;
}
</style>
background-color css
<style>
a { background-color: #DF0364; }
a { background-color: rgb(223,3,100); }
div.DivClassName
{
background-color: #DF0364;
}
.BgClassName
{
background-color: #DF0364;
}
</style>
border-color css
<style>
span { border-color: #DF0364; }
span { border-color: rgb(223,3,100); }
td.TdClassName
{
border-color: #DF0364;
}
.TagClassName
{
border-color: #DF0364;
}
</style>