Shades of Razzmatazz #DC0568
Tints of Razzmatazz #DC0568
RGB
CMYK
RGB Variations
Color information
#DC0568 (or 0xDC0568) is known color: Razzmatazz. HEX triplet: DC, 05 and 68. RGB value is (220,5,104). Sum of RGB (Red+Green+Blue) = 220+5+104=329 (43% of max value = 765). Red value is 220 (86.33% from 255 or 66.87% from 329); Green value is 5 (2.34% from 255 or 1.52% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0568 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0568 is #23FA97. Grayscale: #505050. Windows color (decimal): -2357912 or 6817244. OLE color: 6817244.
HSL color Cylindrical-coordinate representation of color #DC0568: hue angle of 332.37º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #DC0568 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 104 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.14 |
| HSL | 332.37º | 0.96% | 0.44% | - |
| HSV(B) | 332.37º | 0.98% | 0.86% | - |
| XYZ | 32.07 | 16.32 | 14.56 | - |
| YUV | 80.57 | 141.23 | 227.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 104 | 0 | 0.98 | 0.53 | 0.14 | 332.37 | 0.96 | 0.44 |
| Hex | DC | 5 | 68 | 0 | 62 | 35 | E | 14C | 60 | 2C |
| Octal | 334 | 5 | 150 | 0 | 142 | 65 | 16 | 514 | 140 | 54 |
| Binary | 11011100 | 101 | 1101000 | 0 | 1100010 | 110101 | 1110 | 101001100 | 1100000 | 101100 |
Color Harmonies of #DC0568
Complementary color
Monochromatic Colors of #DC0568
Black with #DC0568
Text Example
Text Example
White with #DC0568
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0568; }
p { color: rgb(220,5,104); }
H1.HeaderClassName
{
color: #DC0568;
}
.AnyTagClassName
{
color: #DC0568;
}
</style>
background-color css
<style>
a { background-color: #DC0568; }
a { background-color: rgb(220,5,104); }
div.DivClassName
{
background-color: #DC0568;
}
.BgClassName
{
background-color: #DC0568;
}
</style>
border-color css
<style>
span { border-color: #DC0568; }
span { border-color: rgb(220,5,104); }
td.TdClassName
{
border-color: #DC0568;
}
.TagClassName
{
border-color: #DC0568;
}
</style>