Shades of Razzmatazz #DF084B
Tints of Razzmatazz #DF084B
RGB
CMYK
RGB Variations
Color information
#DF084B (or 0xDF084B) is known color: Razzmatazz. HEX triplet: DF, 08 and 4B. RGB value is (223,8,75). Sum of RGB (Red+Green+Blue) = 223+8+75=306 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.88% from 306); Green value is 8 (3.52% from 255 or 2.61% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 223 - color contains mainly: red. Hex color #DF084B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF084B is #20F7B4. Grayscale: #4F4F4F. Windows color (decimal): -2160565 or 4917471. OLE color: 4917471.
HSL color Cylindrical-coordinate representation of color #DF084B: hue angle of 341.3º 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 #DF084B is Cyan = 0, Magento = 0.96, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 8 | 75 | - |
| CMYK | 0 | 0.96 | 0.66 | 0.13 |
| HSL | 341.3º | 0.93% | 0.45% | - |
| HSV(B) | 341.3º | 0.96% | 0.87% | - |
| XYZ | 31.79 | 16.37 | 8.14 | - |
| YUV | 79.92 | 125.23 | 230.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 8 | 75 | 0 | 0.96 | 0.66 | 0.13 | 341.3 | 0.93 | 0.45 |
| Hex | DF | 8 | 4B | 0 | 60 | 42 | D | 155 | 5D | 2D |
| Octal | 337 | 10 | 113 | 0 | 140 | 102 | 15 | 525 | 135 | 55 |
| Binary | 11011111 | 1000 | 1001011 | 0 | 1100000 | 1000010 | 1101 | 101010101 | 1011101 | 101101 |
Color Harmonies of #DF084B
Complementary color
Monochromatic Colors of #DF084B
Black with #DF084B
Text Example
Text Example
White with #DF084B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF084B; }
p { color: rgb(223,8,75); }
H1.HeaderClassName
{
color: #DF084B;
}
.AnyTagClassName
{
color: #DF084B;
}
</style>
background-color css
<style>
a { background-color: #DF084B; }
a { background-color: rgb(223,8,75); }
div.DivClassName
{
background-color: #DF084B;
}
.BgClassName
{
background-color: #DF084B;
}
</style>
border-color css
<style>
span { border-color: #DF084B; }
span { border-color: rgb(223,8,75); }
td.TdClassName
{
border-color: #DF084B;
}
.TagClassName
{
border-color: #DF084B;
}
</style>