Shades of Razzmatazz #DF0568
Tints of Razzmatazz #DF0568
RGB
CMYK
RGB Variations
Color information
#DF0568 (or 0xDF0568) is known color: Razzmatazz. HEX triplet: DF, 05 and 68. RGB value is (223,5,104). Sum of RGB (Red+Green+Blue) = 223+5+104=332 (43% of max value = 765). Red value is 223 (87.5% from 255 or 67.17% from 332); Green value is 5 (2.34% from 255 or 1.51% from 332); Blue value is 104 (41.02% from 255 or 31.33% from 332); Max value from RGB is 223 - color contains mainly: red. Hex color #DF0568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DF0568 is #20FA97. Grayscale: #515151. Windows color (decimal): -2161304 or 6817247. OLE color: 6817247.
HSL color Cylindrical-coordinate representation of color #DF0568: hue angle of 332.75º degrees, saturation: 0.96, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DF0568 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.13 |
| HSL | 332.75º | 0.96% | 0.45% | - |
| HSV(B) | 332.75º | 0.98% | 0.87% | - |
| XYZ | 32.98 | 16.8 | 14.6 | - |
| YUV | 81.47 | 140.72 | 228.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 5 | 104 | 0 | 0.98 | 0.53 | 0.13 | 332.75 | 0.96 | 0.45 |
| Hex | DF | 5 | 68 | 0 | 62 | 35 | D | 14D | 60 | 2D |
| Octal | 337 | 5 | 150 | 0 | 142 | 65 | 15 | 515 | 140 | 55 |
| Binary | 11011111 | 101 | 1101000 | 0 | 1100010 | 110101 | 1101 | 101001101 | 1100000 | 101101 |
Color Harmonies of #DF0568
Complementary color
Monochromatic Colors of #DF0568
Black with #DF0568
Text Example
Text Example
White with #DF0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF0568; }
p { color: rgb(223,5,104); }
H1.HeaderClassName
{
color: #DF0568;
}
.AnyTagClassName
{
color: #DF0568;
}
</style>
background-color css
<style>
a { background-color: #DF0568; }
a { background-color: rgb(223,5,104); }
div.DivClassName
{
background-color: #DF0568;
}
.BgClassName
{
background-color: #DF0568;
}
</style>
border-color css
<style>
span { border-color: #DF0568; }
span { border-color: rgb(223,5,104); }
td.TdClassName
{
border-color: #DF0568;
}
.TagClassName
{
border-color: #DF0568;
}
</style>