Shades of Razzmatazz #DF026C
Tints of Razzmatazz #DF026C
RGB
CMYK
RGB Variations
Color information
#DF026C (or 0xDF026C) is known color: Razzmatazz. HEX triplet: DF, 02 and 6C. RGB value is (223,2,108). Sum of RGB (Red+Green+Blue) = 223+2+108=333 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.97% from 333); Green value is 2 (1.17% from 255 or 0.60% from 333); Blue value is 108 (42.58% from 255 or 32.43% from 333); Max value from RGB is 223 - color contains mainly: red. Hex color #DF026C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF026C is #20FD93. Grayscale: #4F4F4F. Windows color (decimal): -2162068 or 7078623. OLE color: 7078623.
HSL color Cylindrical-coordinate representation of color #DF026C: hue angle of 331.22º degrees, saturation: 0.98, 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 #DF026C is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 108 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.13 |
| HSL | 331.22º | 0.98% | 0.44% | - |
| HSV(B) | 331.22º | 0.99% | 0.87% | - |
| XYZ | 33.16 | 16.81 | 15.69 | - |
| YUV | 80.16 | 143.72 | 229.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 108 | 0 | 0.99 | 0.52 | 0.13 | 331.22 | 0.98 | 0.44 |
| Hex | DF | 2 | 6C | 0 | 63 | 34 | D | 14B | 62 | 2C |
| Octal | 337 | 2 | 154 | 0 | 143 | 64 | 15 | 513 | 142 | 54 |
| Binary | 11011111 | 10 | 1101100 | 0 | 1100011 | 110100 | 1101 | 101001011 | 1100010 | 101100 |
Color Harmonies of #DF026C
Complementary color
Monochromatic Colors of #DF026C
Black with #DF026C
Text Example
Text Example
White with #DF026C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF026C; }
p { color: rgb(223,2,108); }
H1.HeaderClassName
{
color: #DF026C;
}
.AnyTagClassName
{
color: #DF026C;
}
</style>
background-color css
<style>
a { background-color: #DF026C; }
a { background-color: rgb(223,2,108); }
div.DivClassName
{
background-color: #DF026C;
}
.BgClassName
{
background-color: #DF026C;
}
</style>
border-color css
<style>
span { border-color: #DF026C; }
span { border-color: rgb(223,2,108); }
td.TdClassName
{
border-color: #DF026C;
}
.TagClassName
{
border-color: #DF026C;
}
</style>