Shades of Razzmatazz #DF0075
Tints of Razzmatazz #DF0075
RGB
CMYK
RGB Variations
Color information
#DF0075 (or 0xDF0075) is known color: Razzmatazz. HEX triplet: DF, 00 and 75. RGB value is (223,0,117). Sum of RGB (Red+Green+Blue) = 223+0+117=340 (45% of max value = 765). Red value is 223 (87.5% from 255 or 65.59% from 340); Green value is 0 (0.39% from 255 or 0% from 340); Blue value is 117 (46.09% from 255 or 34.41% from 340); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0075 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0075 is #20FF8A. Grayscale: #4F4F4F. Windows color (decimal): -2162571 or 7667935. OLE color: 7667935.
HSL color Cylindrical-coordinate representation of color #DF0075: hue angle of 328.52º degrees, saturation: 1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DF0075 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 0 | 117 | - |
| CMYK | 0 | 1 | 0.48 | 0.13 |
| HSL | 328.52º | 1% | 0.44% | - |
| HSV(B) | 328.52º | 1% | 0.87% | - |
| XYZ | 33.64 | 16.97 | 18.33 | - |
| YUV | 80.02 | 148.88 | 229.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 0 | 117 | 0 | 1 | 0.48 | 0.13 | 328.52 | 1 | 0.44 |
| Hex | DF | 0 | 75 | 0 | 64 | 30 | D | 149 | 64 | 2C |
| Octal | 337 | 0 | 165 | 0 | 144 | 60 | 15 | 511 | 144 | 54 |
| Binary | 11011111 | 0 | 1110101 | 0 | 1100100 | 110000 | 1101 | 101001001 | 1100100 | 101100 |
Color Harmonies of #DF0075
Complementary color
Monochromatic Colors of #DF0075
Black with #DF0075
Text Example
Text Example
White with #DF0075
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0075; }
p { color: rgb(223,0,117); }
H1.HeaderClassName
{
color: #DF0075;
}
.AnyTagClassName
{
color: #DF0075;
}
</style>
background-color css
<style>
a { background-color: #DF0075; }
a { background-color: rgb(223,0,117); }
div.DivClassName
{
background-color: #DF0075;
}
.BgClassName
{
background-color: #DF0075;
}
</style>
border-color css
<style>
span { border-color: #DF0075; }
span { border-color: rgb(223,0,117); }
td.TdClassName
{
border-color: #DF0075;
}
.TagClassName
{
border-color: #DF0075;
}
</style>