Shades of Razzmatazz #DF034C
Tints of Razzmatazz #DF034C
RGB
CMYK
RGB Variations
Color information
#DF034C (or 0xDF034C) is known color: Razzmatazz. HEX triplet: DF, 03 and 4C. RGB value is (223,3,76). Sum of RGB (Red+Green+Blue) = 223+3+76=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 3 (1.56% from 255 or 0.99% from 302); Blue value is 76 (30.08% from 255 or 25.17% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF034C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF034C is #20FCB3. Grayscale: #4D4D4D. Windows color (decimal): -2161844 or 4981727. OLE color: 4981727.
HSL color Cylindrical-coordinate representation of color #DF034C: hue angle of 340.09º degrees, saturation: 0.97, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #DF034C is Cyan = 0, Magento = 0.99, Yellow = 0.66 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 76 | - |
| CMYK | 0 | 0.99 | 0.66 | 0.13 |
| HSL | 340.09º | 0.97% | 0.44% | - |
| HSV(B) | 340.09º | 0.99% | 0.87% | - |
| XYZ | 31.77 | 16.27 | 8.3 | - |
| YUV | 77.1 | 127.39 | 232.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 76 | 0 | 0.99 | 0.66 | 0.13 | 340.09 | 0.97 | 0.44 |
| Hex | DF | 3 | 4C | 0 | 63 | 42 | D | 154 | 61 | 2C |
| Octal | 337 | 3 | 114 | 0 | 143 | 102 | 15 | 524 | 141 | 54 |
| Binary | 11011111 | 11 | 1001100 | 0 | 1100011 | 1000010 | 1101 | 101010100 | 1100001 | 101100 |
Color Harmonies of #DF034C
Complementary color
Monochromatic Colors of #DF034C
Black with #DF034C
Text Example
Text Example
White with #DF034C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF034C; }
p { color: rgb(223,3,76); }
H1.HeaderClassName
{
color: #DF034C;
}
.AnyTagClassName
{
color: #DF034C;
}
</style>
background-color css
<style>
a { background-color: #DF034C; }
a { background-color: rgb(223,3,76); }
div.DivClassName
{
background-color: #DF034C;
}
.BgClassName
{
background-color: #DF034C;
}
</style>
border-color css
<style>
span { border-color: #DF034C; }
span { border-color: rgb(223,3,76); }
td.TdClassName
{
border-color: #DF034C;
}
.TagClassName
{
border-color: #DF034C;
}
</style>