Shades of Razzmatazz #DF124F
Tints of Razzmatazz #DF124F
RGB
CMYK
RGB Variations
Color information
#DF124F (or 0xDF124F) is known color: Razzmatazz. HEX triplet: DF, 12 and 4F. RGB value is (223,18,79). Sum of RGB (Red+Green+Blue) = 223+18+79=320 (42% of max value = 765). Red value is 223 (87.5% from 255 or 69.69% from 320); Green value is 18 (7.42% from 255 or 5.62% from 320); Blue value is 79 (31.25% from 255 or 24.69% from 320); Max value from RGB is 223 - color contains mainly: red. Hex color #DF124F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF124F is #20EDB0. Grayscale: #565656. Windows color (decimal): -2158001 or 5182175. OLE color: 5182175.
HSL color Cylindrical-coordinate representation of color #DF124F: hue angle of 342.15º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DF124F is Cyan = 0, Magento = 0.92, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 18 | 79 | - |
| CMYK | 0 | 0.92 | 0.65 | 0.13 |
| HSL | 342.15º | 0.85% | 0.47% | - |
| HSV(B) | 342.15º | 0.92% | 0.87% | - |
| XYZ | 32.06 | 16.69 | 8.93 | - |
| YUV | 86.25 | 123.92 | 225.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 18 | 79 | 0 | 0.92 | 0.65 | 0.13 | 342.15 | 0.85 | 0.47 |
| Hex | DF | 12 | 4F | 0 | 5C | 41 | D | 156 | 55 | 2F |
| Octal | 337 | 22 | 117 | 0 | 134 | 101 | 15 | 526 | 125 | 57 |
| Binary | 11011111 | 10010 | 1001111 | 0 | 1011100 | 1000001 | 1101 | 101010110 | 1010101 | 101111 |
Color Harmonies of #DF124F
Complementary color
Monochromatic Colors of #DF124F
Black with #DF124F
Text Example
Text Example
White with #DF124F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF124F; }
p { color: rgb(223,18,79); }
H1.HeaderClassName
{
color: #DF124F;
}
.AnyTagClassName
{
color: #DF124F;
}
</style>
background-color css
<style>
a { background-color: #DF124F; }
a { background-color: rgb(223,18,79); }
div.DivClassName
{
background-color: #DF124F;
}
.BgClassName
{
background-color: #DF124F;
}
</style>
border-color css
<style>
span { border-color: #DF124F; }
span { border-color: rgb(223,18,79); }
td.TdClassName
{
border-color: #DF124F;
}
.TagClassName
{
border-color: #DF124F;
}
</style>