Shades of Razzmatazz #DF026A
Tints of Razzmatazz #DF026A
RGB
CMYK
RGB Variations
Color information
#DF026A (or 0xDF026A) is known color: Razzmatazz. HEX triplet: DF, 02 and 6A. RGB value is (223,2,106). Sum of RGB (Red+Green+Blue) = 223+2+106=331 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.37% from 331); Green value is 2 (1.17% from 255 or 0.60% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 223 - color contains mainly: red. Hex color #DF026A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF026A is #20FD95. Grayscale: #4F4F4F. Windows color (decimal): -2162070 or 6947551. OLE color: 6947551.
HSL color Cylindrical-coordinate representation of color #DF026A: hue angle of 331.76º 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 #DF026A is Cyan = 0, Magento = 0.99, Yellow = 0.52 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 106 | - |
| CMYK | 0 | 0.99 | 0.52 | 0.13 |
| HSL | 331.76º | 0.98% | 0.44% | - |
| HSV(B) | 331.76º | 0.99% | 0.87% | - |
| XYZ | 33.05 | 16.77 | 15.13 | - |
| YUV | 79.94 | 142.72 | 230.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 106 | 0 | 0.99 | 0.52 | 0.13 | 331.76 | 0.98 | 0.44 |
| Hex | DF | 2 | 6A | 0 | 63 | 34 | D | 14C | 62 | 2C |
| Octal | 337 | 2 | 152 | 0 | 143 | 64 | 15 | 514 | 142 | 54 |
| Binary | 11011111 | 10 | 1101010 | 0 | 1100011 | 110100 | 1101 | 101001100 | 1100010 | 101100 |
Color Harmonies of #DF026A
Complementary color
Monochromatic Colors of #DF026A
Black with #DF026A
Text Example
Text Example
White with #DF026A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF026A; }
p { color: rgb(223,2,106); }
H1.HeaderClassName
{
color: #DF026A;
}
.AnyTagClassName
{
color: #DF026A;
}
</style>
background-color css
<style>
a { background-color: #DF026A; }
a { background-color: rgb(223,2,106); }
div.DivClassName
{
background-color: #DF026A;
}
.BgClassName
{
background-color: #DF026A;
}
</style>
border-color css
<style>
span { border-color: #DF026A; }
span { border-color: rgb(223,2,106); }
td.TdClassName
{
border-color: #DF026A;
}
.TagClassName
{
border-color: #DF026A;
}
</style>