Shades of Razzmatazz #DF034E
Tints of Razzmatazz #DF034E
RGB
CMYK
RGB Variations
Color information
#DF034E (or 0xDF034E) is known color: Razzmatazz. HEX triplet: DF, 03 and 4E. RGB value is (223,3,78). Sum of RGB (Red+Green+Blue) = 223+3+78=304 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.36% from 304); Green value is 3 (1.56% from 255 or 0.99% from 304); Blue value is 78 (30.86% from 255 or 25.66% from 304); Max value from RGB is 223 - color contains mainly: red. Hex color #DF034E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF034E is #20FCB1. Grayscale: #4D4D4D. Windows color (decimal): -2161842 or 5112799. OLE color: 5112799.
HSL color Cylindrical-coordinate representation of color #DF034E: hue angle of 339.55º 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 #DF034E is Cyan = 0, Magento = 0.99, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 3 | 78 | - |
| CMYK | 0 | 0.99 | 0.65 | 0.13 |
| HSL | 339.55º | 0.97% | 0.44% | - |
| HSV(B) | 339.55º | 0.99% | 0.87% | - |
| XYZ | 31.84 | 16.3 | 8.68 | - |
| YUV | 77.33 | 128.39 | 231.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 3 | 78 | 0 | 0.99 | 0.65 | 0.13 | 339.55 | 0.97 | 0.44 |
| Hex | DF | 3 | 4E | 0 | 63 | 41 | D | 154 | 61 | 2C |
| Octal | 337 | 3 | 116 | 0 | 143 | 101 | 15 | 524 | 141 | 54 |
| Binary | 11011111 | 11 | 1001110 | 0 | 1100011 | 1000001 | 1101 | 101010100 | 1100001 | 101100 |
Color Harmonies of #DF034E
Complementary color
Monochromatic Colors of #DF034E
Black with #DF034E
Text Example
Text Example
White with #DF034E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF034E; }
p { color: rgb(223,3,78); }
H1.HeaderClassName
{
color: #DF034E;
}
.AnyTagClassName
{
color: #DF034E;
}
</style>
background-color css
<style>
a { background-color: #DF034E; }
a { background-color: rgb(223,3,78); }
div.DivClassName
{
background-color: #DF034E;
}
.BgClassName
{
background-color: #DF034E;
}
</style>
border-color css
<style>
span { border-color: #DF034E; }
span { border-color: rgb(223,3,78); }
td.TdClassName
{
border-color: #DF034E;
}
.TagClassName
{
border-color: #DF034E;
}
</style>