Shades of Razzmatazz #DF054F
Tints of Razzmatazz #DF054F
RGB
CMYK
RGB Variations
Color information
#DF054F (or 0xDF054F) is known color: Razzmatazz. HEX triplet: DF, 05 and 4F. RGB value is (223,5,79). Sum of RGB (Red+Green+Blue) = 223+5+79=307 (40% of max value = 765). Red value is 223 (87.5% from 255 or 72.64% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 79 (31.25% from 255 or 25.73% from 307); Max value from RGB is 223 - color contains mainly: red. Hex color #DF054F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF054F is #20FAB0. Grayscale: #4E4E4E. Windows color (decimal): -2161329 or 5178847. OLE color: 5178847.
HSL color Cylindrical-coordinate representation of color #DF054F: hue angle of 339.63º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF054F is Cyan = 0, Magento = 0.98, Yellow = 0.65 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 79 | - |
| CMYK | 0 | 0.98 | 0.65 | 0.13 |
| HSL | 339.63º | 0.96% | 0.45% | - |
| HSV(B) | 339.63º | 0.98% | 0.87% | - |
| XYZ | 31.9 | 16.36 | 8.87 | - |
| YUV | 78.62 | 128.22 | 230.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 79 | 0 | 0.98 | 0.65 | 0.13 | 339.63 | 0.96 | 0.45 |
| Hex | DF | 5 | 4F | 0 | 62 | 41 | D | 154 | 60 | 2D |
| Octal | 337 | 5 | 117 | 0 | 142 | 101 | 15 | 524 | 140 | 55 |
| Binary | 11011111 | 101 | 1001111 | 0 | 1100010 | 1000001 | 1101 | 101010100 | 1100000 | 101101 |
Color Harmonies of #DF054F
Complementary color
Monochromatic Colors of #DF054F
Black with #DF054F
Text Example
Text Example
White with #DF054F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF054F; }
p { color: rgb(223,5,79); }
H1.HeaderClassName
{
color: #DF054F;
}
.AnyTagClassName
{
color: #DF054F;
}
</style>
background-color css
<style>
a { background-color: #DF054F; }
a { background-color: rgb(223,5,79); }
div.DivClassName
{
background-color: #DF054F;
}
.BgClassName
{
background-color: #DF054F;
}
</style>
border-color css
<style>
span { border-color: #DF054F; }
span { border-color: rgb(223,5,79); }
td.TdClassName
{
border-color: #DF054F;
}
.TagClassName
{
border-color: #DF054F;
}
</style>