Shades of Razzmatazz #DF104E
Tints of Razzmatazz #DF104E
RGB
CMYK
RGB Variations
Color information
#DF104E (or 0xDF104E) is known color: Razzmatazz. HEX triplet: DF, 10 and 4E. RGB value is (223,16,78). Sum of RGB (Red+Green+Blue) = 223+16+78=317 (41% of max value = 765). Red value is 223 (87.5% from 255 or 70.35% from 317); Green value is 16 (6.64% from 255 or 5.05% from 317); Blue value is 78 (30.86% from 255 or 24.61% from 317); Max value from RGB is 223 - color contains mainly: red. Hex color #DF104E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF104E is #20EFB1. Grayscale: #545454. Windows color (decimal): -2158514 or 5116127. OLE color: 5116127.
HSL color Cylindrical-coordinate representation of color #DF104E: hue angle of 342.03º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DF104E is Cyan = 0, Magento = 0.93, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 16 | 78 | - |
| CMYK | 0 | 0.93 | 0.65 | 0.13 |
| HSL | 342.03º | 0.87% | 0.47% | - |
| HSV(B) | 342.03º | 0.93% | 0.87% | - |
| XYZ | 31.99 | 16.61 | 8.73 | - |
| YUV | 84.96 | 124.08 | 226.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 16 | 78 | 0 | 0.93 | 0.65 | 0.13 | 342.03 | 0.87 | 0.47 |
| Hex | DF | 10 | 4E | 0 | 5D | 41 | D | 156 | 57 | 2F |
| Octal | 337 | 20 | 116 | 0 | 135 | 101 | 15 | 526 | 127 | 57 |
| Binary | 11011111 | 10000 | 1001110 | 0 | 1011101 | 1000001 | 1101 | 101010110 | 1010111 | 101111 |
Color Harmonies of #DF104E
Complementary color
Monochromatic Colors of #DF104E
Black with #DF104E
Text Example
Text Example
White with #DF104E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF104E; }
p { color: rgb(223,16,78); }
H1.HeaderClassName
{
color: #DF104E;
}
.AnyTagClassName
{
color: #DF104E;
}
</style>
background-color css
<style>
a { background-color: #DF104E; }
a { background-color: rgb(223,16,78); }
div.DivClassName
{
background-color: #DF104E;
}
.BgClassName
{
background-color: #DF104E;
}
</style>
border-color css
<style>
span { border-color: #DF104E; }
span { border-color: rgb(223,16,78); }
td.TdClassName
{
border-color: #DF104E;
}
.TagClassName
{
border-color: #DF104E;
}
</style>