Shades of Razzmatazz #DF0165
Tints of Razzmatazz #DF0165
RGB
CMYK
RGB Variations
Color information
#DF0165 (or 0xDF0165) is known color: Razzmatazz. HEX triplet: DF, 01 and 65. RGB value is (223,1,101). Sum of RGB (Red+Green+Blue) = 223+1+101=325 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.62% from 325); Green value is 1 (0.78% from 255 or 0.31% from 325); Blue value is 101 (39.84% from 255 or 31.08% from 325); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0165 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0165 is #20FE9A. Grayscale: #4E4E4E. Windows color (decimal): -2162331 or 6619615. OLE color: 6619615.
HSL color Cylindrical-coordinate representation of color #DF0165: hue angle of 332.97º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0165 is Cyan = 0, Magento = 1.00, Yellow = 0.55 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 1 | 101 | - |
| CMYK | 0 | 1.00 | 0.55 | 0.13 |
| HSL | 332.97º | 0.99% | 0.44% | - |
| HSV(B) | 332.97º | 1% | 0.87% | - |
| XYZ | 32.79 | 16.65 | 13.8 | - |
| YUV | 78.78 | 140.55 | 230.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 1 | 101 | 0 | 1.00 | 0.55 | 0.13 | 332.97 | 0.99 | 0.44 |
| Hex | DF | 1 | 65 | 0 | 64 | 37 | D | 14D | 63 | 2C |
| Octal | 337 | 1 | 145 | 0 | 144 | 67 | 15 | 515 | 143 | 54 |
| Binary | 11011111 | 1 | 1100101 | 0 | 1100100 | 110111 | 1101 | 101001101 | 1100011 | 101100 |
Color Harmonies of #DF0165
Complementary color
Monochromatic Colors of #DF0165
Black with #DF0165
Text Example
Text Example
White with #DF0165
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0165; }
p { color: rgb(223,1,101); }
H1.HeaderClassName
{
color: #DF0165;
}
.AnyTagClassName
{
color: #DF0165;
}
</style>
background-color css
<style>
a { background-color: #DF0165; }
a { background-color: rgb(223,1,101); }
div.DivClassName
{
background-color: #DF0165;
}
.BgClassName
{
background-color: #DF0165;
}
</style>
border-color css
<style>
span { border-color: #DF0165; }
span { border-color: rgb(223,1,101); }
td.TdClassName
{
border-color: #DF0165;
}
.TagClassName
{
border-color: #DF0165;
}
</style>