Shades of Razzmatazz #DF054A
Tints of Razzmatazz #DF054A
RGB
CMYK
RGB Variations
Color information
#DF054A (or 0xDF054A) is known color: Razzmatazz. HEX triplet: DF, 05 and 4A. RGB value is (223,5,74). Sum of RGB (Red+Green+Blue) = 223+5+74=302 (40% of max value = 765). Red value is 223 (87.5% from 255 or 73.84% from 302); Green value is 5 (2.34% from 255 or 1.66% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 223 - color contains mainly: red. Hex color #DF054A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #DF054A is #20FAB5. Grayscale: #4D4D4D. Windows color (decimal): -2161334 or 4851167. OLE color: 4851167.
HSL color Cylindrical-coordinate representation of color #DF054A: hue angle of 341.01º 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 #DF054A is Cyan = 0, Magento = 0.98, Yellow = 0.67 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 74 | - |
| CMYK | 0 | 0.98 | 0.67 | 0.13 |
| HSL | 341.01º | 0.96% | 0.45% | - |
| HSV(B) | 341.01º | 0.98% | 0.87% | - |
| XYZ | 31.72 | 16.29 | 7.95 | - |
| YUV | 78.05 | 125.72 | 231.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 74 | 0 | 0.98 | 0.67 | 0.13 | 341.01 | 0.96 | 0.45 |
| Hex | DF | 5 | 4A | 0 | 62 | 43 | D | 155 | 60 | 2D |
| Octal | 337 | 5 | 112 | 0 | 142 | 103 | 15 | 525 | 140 | 55 |
| Binary | 11011111 | 101 | 1001010 | 0 | 1100010 | 1000011 | 1101 | 101010101 | 1100000 | 101101 |
Color Harmonies of #DF054A
Complementary color
Monochromatic Colors of #DF054A
Black with #DF054A
Text Example
Text Example
White with #DF054A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF054A; }
p { color: rgb(223,5,74); }
H1.HeaderClassName
{
color: #DF054A;
}
.AnyTagClassName
{
color: #DF054A;
}
</style>
background-color css
<style>
a { background-color: #DF054A; }
a { background-color: rgb(223,5,74); }
div.DivClassName
{
background-color: #DF054A;
}
.BgClassName
{
background-color: #DF054A;
}
</style>
border-color css
<style>
span { border-color: #DF054A; }
span { border-color: rgb(223,5,74); }
td.TdClassName
{
border-color: #DF054A;
}
.TagClassName
{
border-color: #DF054A;
}
</style>