Shades of Razzmatazz #DF0363
Tints of Razzmatazz #DF0363
RGB
CMYK
RGB Variations
Color information
#DF0363 (or 0xDF0363) is known color: Razzmatazz. HEX triplet: DF, 03 and 63. RGB value is (223,3,99). Sum of RGB (Red+Green+Blue) = 223+3+99=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 3 (1.56% from 255 or 0.92% from 325); Blue value is 99 (39.06% from 255 or 30.46% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0363 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0363 is #20FC9C. Grayscale: #4F4F4F. Windows color (decimal): -2161821 or 6489055. OLE color: 6489055.
HSL color Cylindrical-coordinate representation of color #DF0363: hue angle of 333.82º 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 #DF0363 is Cyan = 0, Magento = 0.99, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 99 | - |
| CMYK | 0 | 0.99 | 0.56 | 0.13 |
| HSL | 333.82º | 0.97% | 0.44% | - |
| HSV(B) | 333.82º | 0.99% | 0.87% | - |
| XYZ | 32.72 | 16.65 | 13.29 | - |
| YUV | 79.72 | 138.89 | 230.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 99 | 0 | 0.99 | 0.56 | 0.13 | 333.82 | 0.97 | 0.44 |
| Hex | DF | 3 | 63 | 0 | 63 | 38 | D | 14E | 61 | 2C |
| Octal | 337 | 3 | 143 | 0 | 143 | 70 | 15 | 516 | 141 | 54 |
| Binary | 11011111 | 11 | 1100011 | 0 | 1100011 | 111000 | 1101 | 101001110 | 1100001 | 101100 |
Color Harmonies of #DF0363
Complementary color
Monochromatic Colors of #DF0363
Black with #DF0363
Text Example
Text Example
White with #DF0363
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0363; }
p { color: rgb(223,3,99); }
H1.HeaderClassName
{
color: #DF0363;
}
.AnyTagClassName
{
color: #DF0363;
}
</style>
background-color css
<style>
a { background-color: #DF0363; }
a { background-color: rgb(223,3,99); }
div.DivClassName
{
background-color: #DF0363;
}
.BgClassName
{
background-color: #DF0363;
}
</style>
border-color css
<style>
span { border-color: #DF0363; }
span { border-color: rgb(223,3,99); }
td.TdClassName
{
border-color: #DF0363;
}
.TagClassName
{
border-color: #DF0363;
}
</style>