Shades of Razzmatazz #DF065A
Tints of Razzmatazz #DF065A
RGB
CMYK
RGB Variations
Color information
#DF065A (or 0xDF065A) is known color: Razzmatazz. HEX triplet: DF, 06 and 5A. RGB value is (223,6,90). Sum of RGB (Red+Green+Blue) = 223+6+90=319 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.91% from 319); Green value is 6 (2.73% from 255 or 1.88% from 319); Blue value is 90 (35.55% from 255 or 28.21% from 319); Max value from RGB is 223 - color contains mainly: red. Hex color #DF065A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF065A is #20F9A5. Grayscale: #505050. Windows color (decimal): -2161062 or 5899999. OLE color: 5899999.
HSL color Cylindrical-coordinate representation of color #DF065A: hue angle of 336.77º 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 #DF065A is Cyan = 0, Magento = 0.97, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 6 | 90 | - |
| CMYK | 0 | 0.97 | 0.60 | 0.13 |
| HSL | 336.77º | 0.95% | 0.45% | - |
| HSV(B) | 336.77º | 0.97% | 0.87% | - |
| XYZ | 32.34 | 16.56 | 11.16 | - |
| YUV | 80.46 | 133.39 | 229.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 6 | 90 | 0 | 0.97 | 0.60 | 0.13 | 336.77 | 0.95 | 0.45 |
| Hex | DF | 6 | 5A | 0 | 61 | 3C | D | 151 | 5F | 2D |
| Octal | 337 | 6 | 132 | 0 | 141 | 74 | 15 | 521 | 137 | 55 |
| Binary | 11011111 | 110 | 1011010 | 0 | 1100001 | 111100 | 1101 | 101010001 | 1011111 | 101101 |
Color Harmonies of #DF065A
Complementary color
Monochromatic Colors of #DF065A
Black with #DF065A
Text Example
Text Example
White with #DF065A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF065A; }
p { color: rgb(223,6,90); }
H1.HeaderClassName
{
color: #DF065A;
}
.AnyTagClassName
{
color: #DF065A;
}
</style>
background-color css
<style>
a { background-color: #DF065A; }
a { background-color: rgb(223,6,90); }
div.DivClassName
{
background-color: #DF065A;
}
.BgClassName
{
background-color: #DF065A;
}
</style>
border-color css
<style>
span { border-color: #DF065A; }
span { border-color: rgb(223,6,90); }
td.TdClassName
{
border-color: #DF065A;
}
.TagClassName
{
border-color: #DF065A;
}
</style>