Shades of Razzmatazz #DF085A
Tints of Razzmatazz #DF085A
RGB
CMYK
RGB Variations
Color information
#DF085A (or 0xDF085A) is known color: Razzmatazz. HEX triplet: DF, 08 and 5A. RGB value is (223,8,90). Sum of RGB (Red+Green+Blue) = 223+8+90=321 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.47% from 321); Green value is 8 (3.52% from 255 or 2.49% from 321); Blue value is 90 (35.55% from 255 or 28.04% from 321); Max value from RGB is 223 - color contains mainly: red. Hex color #DF085A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF085A is #20F7A5. Grayscale: #515151. Windows color (decimal): -2160550 or 5900511. OLE color: 5900511.
HSL color Cylindrical-coordinate representation of color #DF085A: hue angle of 337.12º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DF085A is Cyan = 0, Magento = 0.96, Yellow = 0.60 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 90 | - |
| CMYK | 0 | 0.96 | 0.60 | 0.13 |
| HSL | 337.12º | 0.93% | 0.45% | - |
| HSV(B) | 337.12º | 0.96% | 0.87% | - |
| XYZ | 32.36 | 16.6 | 11.17 | - |
| YUV | 81.63 | 132.73 | 228.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 90 | 0 | 0.96 | 0.60 | 0.13 | 337.12 | 0.93 | 0.45 |
| Hex | DF | 8 | 5A | 0 | 60 | 3C | D | 151 | 5D | 2D |
| Octal | 337 | 10 | 132 | 0 | 140 | 74 | 15 | 521 | 135 | 55 |
| Binary | 11011111 | 1000 | 1011010 | 0 | 1100000 | 111100 | 1101 | 101010001 | 1011101 | 101101 |
Color Harmonies of #DF085A
Complementary color
Monochromatic Colors of #DF085A
Black with #DF085A
Text Example
Text Example
White with #DF085A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF085A; }
p { color: rgb(223,8,90); }
H1.HeaderClassName
{
color: #DF085A;
}
.AnyTagClassName
{
color: #DF085A;
}
</style>
background-color css
<style>
a { background-color: #DF085A; }
a { background-color: rgb(223,8,90); }
div.DivClassName
{
background-color: #DF085A;
}
.BgClassName
{
background-color: #DF085A;
}
</style>
border-color css
<style>
span { border-color: #DF085A; }
span { border-color: rgb(223,8,90); }
td.TdClassName
{
border-color: #DF085A;
}
.TagClassName
{
border-color: #DF085A;
}
</style>