Shades of Razzmatazz #DF065C
Tints of Razzmatazz #DF065C
RGB
CMYK
RGB Variations
Color information
#DF065C (or 0xDF065C) is known color: Razzmatazz. HEX triplet: DF, 06 and 5C. RGB value is (223,6,92). Sum of RGB (Red+Green+Blue) = 223+6+92=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 6 (2.73% from 255 or 1.87% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF065C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF065C is #20F9A3. Grayscale: #505050. Windows color (decimal): -2161060 or 6031071. OLE color: 6031071.
HSL color Cylindrical-coordinate representation of color #DF065C: hue angle of 336.22º 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 #DF065C is Cyan = 0, Magento = 0.97, Yellow = 0.59 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 92 | - |
| CMYK | 0 | 0.97 | 0.59 | 0.13 |
| HSL | 336.22º | 0.95% | 0.45% | - |
| HSV(B) | 336.22º | 0.97% | 0.87% | - |
| XYZ | 32.43 | 16.59 | 11.62 | - |
| YUV | 80.69 | 134.39 | 229.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 92 | 0 | 0.97 | 0.59 | 0.13 | 336.22 | 0.95 | 0.45 |
| Hex | DF | 6 | 5C | 0 | 61 | 3B | D | 150 | 5F | 2D |
| Octal | 337 | 6 | 134 | 0 | 141 | 73 | 15 | 520 | 137 | 55 |
| Binary | 11011111 | 110 | 1011100 | 0 | 1100001 | 111011 | 1101 | 101010000 | 1011111 | 101101 |
Color Harmonies of #DF065C
Complementary color
Monochromatic Colors of #DF065C
Black with #DF065C
Text Example
Text Example
White with #DF065C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF065C; }
p { color: rgb(223,6,92); }
H1.HeaderClassName
{
color: #DF065C;
}
.AnyTagClassName
{
color: #DF065C;
}
</style>
background-color css
<style>
a { background-color: #DF065C; }
a { background-color: rgb(223,6,92); }
div.DivClassName
{
background-color: #DF065C;
}
.BgClassName
{
background-color: #DF065C;
}
</style>
border-color css
<style>
span { border-color: #DF065C; }
span { border-color: rgb(223,6,92); }
td.TdClassName
{
border-color: #DF065C;
}
.TagClassName
{
border-color: #DF065C;
}
</style>