Shades of Razzmatazz #DF026E
Tints of Razzmatazz #DF026E
RGB
CMYK
RGB Variations
Color information
#DF026E (or 0xDF026E) is known color: Razzmatazz. HEX triplet: DF, 02 and 6E. RGB value is (223,2,110). Sum of RGB (Red+Green+Blue) = 223+2+110=335 (44% of max value = 765). Red value is 223 (87.5% from 255 or 66.57% from 335); Green value is 2 (1.17% from 255 or 0.60% from 335); Blue value is 110 (43.36% from 255 or 32.84% from 335); Max value from RGB is 223 - color contains mainly: red. Hex color #DF026E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF026E is #20FD91. Grayscale: #505050. Windows color (decimal): -2162066 or 7209695. OLE color: 7209695.
HSL color Cylindrical-coordinate representation of color #DF026E: hue angle of 330.68º 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 #DF026E is Cyan = 0, Magento = 0.99, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 110 | - |
| CMYK | 0 | 0.99 | 0.51 | 0.13 |
| HSL | 330.68º | 0.98% | 0.44% | - |
| HSV(B) | 330.68º | 0.99% | 0.87% | - |
| XYZ | 33.27 | 16.86 | 16.25 | - |
| YUV | 80.39 | 144.72 | 229.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 110 | 0 | 0.99 | 0.51 | 0.13 | 330.68 | 0.98 | 0.44 |
| Hex | DF | 2 | 6E | 0 | 63 | 33 | D | 14B | 62 | 2C |
| Octal | 337 | 2 | 156 | 0 | 143 | 63 | 15 | 513 | 142 | 54 |
| Binary | 11011111 | 10 | 1101110 | 0 | 1100011 | 110011 | 1101 | 101001011 | 1100010 | 101100 |
Color Harmonies of #DF026E
Complementary color
Monochromatic Colors of #DF026E
Black with #DF026E
Text Example
Text Example
White with #DF026E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF026E; }
p { color: rgb(223,2,110); }
H1.HeaderClassName
{
color: #DF026E;
}
.AnyTagClassName
{
color: #DF026E;
}
</style>
background-color css
<style>
a { background-color: #DF026E; }
a { background-color: rgb(223,2,110); }
div.DivClassName
{
background-color: #DF026E;
}
.BgClassName
{
background-color: #DF026E;
}
</style>
border-color css
<style>
span { border-color: #DF026E; }
span { border-color: rgb(223,2,110); }
td.TdClassName
{
border-color: #DF026E;
}
.TagClassName
{
border-color: #DF026E;
}
</style>