Shades of Razzmatazz #DF0268
Tints of Razzmatazz #DF0268
RGB
CMYK
RGB Variations
Color information
#DF0268 (or 0xDF0268) is known color: Razzmatazz. HEX triplet: DF, 02 and 68. RGB value is (223,2,104). Sum of RGB (Red+Green+Blue) = 223+2+104=329 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.78% from 329); Green value is 2 (1.17% from 255 or 0.61% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0268 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0268 is #20FD97. Grayscale: #4F4F4F. Windows color (decimal): -2162072 or 6816479. OLE color: 6816479.
HSL color Cylindrical-coordinate representation of color #DF0268: hue angle of 332.31º 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 #DF0268 is Cyan = 0, Magento = 0.99, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 2 | 104 | - |
| CMYK | 0 | 0.99 | 0.53 | 0.13 |
| HSL | 332.31º | 0.98% | 0.44% | - |
| HSV(B) | 332.31º | 0.99% | 0.87% | - |
| XYZ | 32.95 | 16.73 | 14.59 | - |
| YUV | 79.71 | 141.72 | 230.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 2 | 104 | 0 | 0.99 | 0.53 | 0.13 | 332.31 | 0.98 | 0.44 |
| Hex | DF | 2 | 68 | 0 | 63 | 35 | D | 14C | 62 | 2C |
| Octal | 337 | 2 | 150 | 0 | 143 | 65 | 15 | 514 | 142 | 54 |
| Binary | 11011111 | 10 | 1101000 | 0 | 1100011 | 110101 | 1101 | 101001100 | 1100010 | 101100 |
Color Harmonies of #DF0268
Complementary color
Monochromatic Colors of #DF0268
Black with #DF0268
Text Example
Text Example
White with #DF0268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0268; }
p { color: rgb(223,2,104); }
H1.HeaderClassName
{
color: #DF0268;
}
.AnyTagClassName
{
color: #DF0268;
}
</style>
background-color css
<style>
a { background-color: #DF0268; }
a { background-color: rgb(223,2,104); }
div.DivClassName
{
background-color: #DF0268;
}
.BgClassName
{
background-color: #DF0268;
}
</style>
border-color css
<style>
span { border-color: #DF0268; }
span { border-color: rgb(223,2,104); }
td.TdClassName
{
border-color: #DF0268;
}
.TagClassName
{
border-color: #DF0268;
}
</style>