Shades of Razzmatazz #DF056A
Tints of Razzmatazz #DF056A
RGB
CMYK
RGB Variations
Color information
#DF056A (or 0xDF056A) is known color: Razzmatazz. HEX triplet: DF, 05 and 6A. RGB value is (223,5,106). Sum of RGB (Red+Green+Blue) = 223+5+106=334 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.77% from 334); Green value is 5 (2.34% from 255 or 1.50% from 334); Blue value is 106 (41.80% from 255 or 31.74% from 334); Max value from RGB is 223 - color contains mainly: red. Hex color #DF056A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF056A is #20FA95. Grayscale: #515151. Windows color (decimal): -2161302 or 6948319. OLE color: 6948319.
HSL color Cylindrical-coordinate representation of color #DF056A: hue angle of 332.2º 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 #DF056A is Cyan = 0, Magento = 0.98, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 106 | - |
| CMYK | 0 | 0.98 | 0.52 | 0.13 |
| HSL | 332.2º | 0.96% | 0.45% | - |
| HSV(B) | 332.2º | 0.98% | 0.87% | - |
| XYZ | 33.09 | 16.84 | 15.14 | - |
| YUV | 81.7 | 141.72 | 228.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 106 | 0 | 0.98 | 0.52 | 0.13 | 332.2 | 0.96 | 0.45 |
| Hex | DF | 5 | 6A | 0 | 62 | 34 | D | 14C | 60 | 2D |
| Octal | 337 | 5 | 152 | 0 | 142 | 64 | 15 | 514 | 140 | 55 |
| Binary | 11011111 | 101 | 1101010 | 0 | 1100010 | 110100 | 1101 | 101001100 | 1100000 | 101101 |
Color Harmonies of #DF056A
Complementary color
Monochromatic Colors of #DF056A
Black with #DF056A
Text Example
Text Example
White with #DF056A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF056A; }
p { color: rgb(223,5,106); }
H1.HeaderClassName
{
color: #DF056A;
}
.AnyTagClassName
{
color: #DF056A;
}
</style>
background-color css
<style>
a { background-color: #DF056A; }
a { background-color: rgb(223,5,106); }
div.DivClassName
{
background-color: #DF056A;
}
.BgClassName
{
background-color: #DF056A;
}
</style>
border-color css
<style>
span { border-color: #DF056A; }
span { border-color: rgb(223,5,106); }
td.TdClassName
{
border-color: #DF056A;
}
.TagClassName
{
border-color: #DF056A;
}
</style>