Shades of Razzmatazz #DF026F
Tints of Razzmatazz #DF026F
RGB
CMYK
RGB Variations
Color information
#DF026F (or 0xDF026F) is known color: Razzmatazz. HEX triplet: DF, 02 and 6F. RGB value is (223,2,111). Sum of RGB (Red+Green+Blue) = 223+2+111=336 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.37% from 336); Green value is 2 (1.17% from 255 or 0.60% from 336); Blue value is 111 (43.75% from 255 or 33.04% from 336); Max value from RGB is 223 - color contains mainly: red. Hex color #DF026F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF026F is #20FD90. Grayscale: #505050. Windows color (decimal): -2162065 or 7275231. OLE color: 7275231.
HSL color Cylindrical-coordinate representation of color #DF026F: hue angle of 330.41º 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 #DF026F is Cyan = 0, Magento = 0.99, Yellow = 0.50 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 111 | - |
| CMYK | 0 | 0.99 | 0.50 | 0.13 |
| HSL | 330.41º | 0.98% | 0.44% | - |
| HSV(B) | 330.41º | 0.99% | 0.87% | - |
| XYZ | 33.32 | 16.88 | 16.54 | - |
| YUV | 80.51 | 145.22 | 229.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 111 | 0 | 0.99 | 0.50 | 0.13 | 330.41 | 0.98 | 0.44 |
| Hex | DF | 2 | 6F | 0 | 63 | 32 | D | 14A | 62 | 2C |
| Octal | 337 | 2 | 157 | 0 | 143 | 62 | 15 | 512 | 142 | 54 |
| Binary | 11011111 | 10 | 1101111 | 0 | 1100011 | 110010 | 1101 | 101001010 | 1100010 | 101100 |
Color Harmonies of #DF026F
Complementary color
Monochromatic Colors of #DF026F
Black with #DF026F
Text Example
Text Example
White with #DF026F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF026F; }
p { color: rgb(223,2,111); }
H1.HeaderClassName
{
color: #DF026F;
}
.AnyTagClassName
{
color: #DF026F;
}
</style>
background-color css
<style>
a { background-color: #DF026F; }
a { background-color: rgb(223,2,111); }
div.DivClassName
{
background-color: #DF026F;
}
.BgClassName
{
background-color: #DF026F;
}
</style>
border-color css
<style>
span { border-color: #DF026F; }
span { border-color: rgb(223,2,111); }
td.TdClassName
{
border-color: #DF026F;
}
.TagClassName
{
border-color: #DF026F;
}
</style>