Shades of Razzmatazz #DF0266
Tints of Razzmatazz #DF0266
RGB
CMYK
RGB Variations
Color information
#DF0266 (or 0xDF0266) is known color: Razzmatazz. HEX triplet: DF, 02 and 66. RGB value is (223,2,102). Sum of RGB (Red+Green+Blue) = 223+2+102=327 (43% of max value = 765). Red value is 223 (87.5% from 255 or 68.20% from 327); Green value is 2 (1.17% from 255 or 0.61% from 327); Blue value is 102 (40.23% from 255 or 31.19% from 327); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0266 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0266 is #20FD99. Grayscale: #4F4F4F. Windows color (decimal): -2162074 or 6685407. OLE color: 6685407.
HSL color Cylindrical-coordinate representation of color #DF0266: hue angle of 332.85º 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 #DF0266 is Cyan = 0, Magento = 0.99, Yellow = 0.54 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 102 | - |
| CMYK | 0 | 0.99 | 0.54 | 0.13 |
| HSL | 332.85º | 0.98% | 0.44% | - |
| HSV(B) | 332.85º | 0.99% | 0.87% | - |
| XYZ | 32.85 | 16.69 | 14.06 | - |
| YUV | 79.48 | 140.72 | 230.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 102 | 0 | 0.99 | 0.54 | 0.13 | 332.85 | 0.98 | 0.44 |
| Hex | DF | 2 | 66 | 0 | 63 | 36 | D | 14D | 62 | 2C |
| Octal | 337 | 2 | 146 | 0 | 143 | 66 | 15 | 515 | 142 | 54 |
| Binary | 11011111 | 10 | 1100110 | 0 | 1100011 | 110110 | 1101 | 101001101 | 1100010 | 101100 |
Color Harmonies of #DF0266
Complementary color
Monochromatic Colors of #DF0266
Black with #DF0266
Text Example
Text Example
White with #DF0266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0266; }
p { color: rgb(223,2,102); }
H1.HeaderClassName
{
color: #DF0266;
}
.AnyTagClassName
{
color: #DF0266;
}
</style>
background-color css
<style>
a { background-color: #DF0266; }
a { background-color: rgb(223,2,102); }
div.DivClassName
{
background-color: #DF0266;
}
.BgClassName
{
background-color: #DF0266;
}
</style>
border-color css
<style>
span { border-color: #DF0266; }
span { border-color: rgb(223,2,102); }
td.TdClassName
{
border-color: #DF0266;
}
.TagClassName
{
border-color: #DF0266;
}
</style>