Shades of Razzmatazz #DF0663
Tints of Razzmatazz #DF0663
RGB
CMYK
RGB Variations
Color information
#DF0663 (or 0xDF0663) is known color: Razzmatazz. HEX triplet: DF, 06 and 63. RGB value is (223,6,99). Sum of RGB (Red+Green+Blue) = 223+6+99=328 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.99% from 328); Green value is 6 (2.73% from 255 or 1.83% from 328); Blue value is 99 (39.06% from 255 or 30.18% from 328); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0663 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0663 is #20F99C. Grayscale: #515151. Windows color (decimal): -2161053 or 6489823. OLE color: 6489823.
HSL color Cylindrical-coordinate representation of color #DF0663: hue angle of 334.29º degrees, saturation: 0.95, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DF0663 is Cyan = 0, Magento = 0.97, Yellow = 0.56 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 99 | - |
| CMYK | 0 | 0.97 | 0.56 | 0.13 |
| HSL | 334.29º | 0.95% | 0.45% | - |
| HSV(B) | 334.29º | 0.97% | 0.87% | - |
| XYZ | 32.75 | 16.72 | 13.31 | - |
| YUV | 81.49 | 137.89 | 228.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 99 | 0 | 0.97 | 0.56 | 0.13 | 334.29 | 0.95 | 0.45 |
| Hex | DF | 6 | 63 | 0 | 61 | 38 | D | 14E | 5F | 2D |
| Octal | 337 | 6 | 143 | 0 | 141 | 70 | 15 | 516 | 137 | 55 |
| Binary | 11011111 | 110 | 1100011 | 0 | 1100001 | 111000 | 1101 | 101001110 | 1011111 | 101101 |
Color Harmonies of #DF0663
Complementary color
Monochromatic Colors of #DF0663
Black with #DF0663
Text Example
Text Example
White with #DF0663
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0663; }
p { color: rgb(223,6,99); }
H1.HeaderClassName
{
color: #DF0663;
}
.AnyTagClassName
{
color: #DF0663;
}
</style>
background-color css
<style>
a { background-color: #DF0663; }
a { background-color: rgb(223,6,99); }
div.DivClassName
{
background-color: #DF0663;
}
.BgClassName
{
background-color: #DF0663;
}
</style>
border-color css
<style>
span { border-color: #DF0663; }
span { border-color: rgb(223,6,99); }
td.TdClassName
{
border-color: #DF0663;
}
.TagClassName
{
border-color: #DF0663;
}
</style>