Shades of Razzmatazz #DC0567
Tints of Razzmatazz #DC0567
RGB
CMYK
RGB Variations
Color information
#DC0567 (or 0xDC0567) is known color: Razzmatazz. HEX triplet: DC, 05 and 67. RGB value is (220,5,103). Sum of RGB (Red+Green+Blue) = 220+5+103=328 (43% of max value = 765). Red value is 220 (86.33% from 255 or 67.07% from 328); Green value is 5 (2.34% from 255 or 1.52% from 328); Blue value is 103 (40.62% from 255 or 31.40% from 328); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0567 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #DC0567 is #23FA98. Grayscale: #505050. Windows color (decimal): -2357913 or 6751708. OLE color: 6751708.
HSL color Cylindrical-coordinate representation of color #DC0567: hue angle of 332.65º 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 #DC0567 is Cyan = 0, Magento = 0.98, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 5 | 103 | - |
| CMYK | 0 | 0.98 | 0.53 | 0.14 |
| HSL | 332.65º | 0.96% | 0.44% | - |
| HSV(B) | 332.65º | 0.98% | 0.86% | - |
| XYZ | 32.02 | 16.3 | 14.29 | - |
| YUV | 80.46 | 140.73 | 227.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 5 | 103 | 0 | 0.98 | 0.53 | 0.14 | 332.65 | 0.96 | 0.44 |
| Hex | DC | 5 | 67 | 0 | 62 | 35 | E | 14D | 60 | 2C |
| Octal | 334 | 5 | 147 | 0 | 142 | 65 | 16 | 515 | 140 | 54 |
| Binary | 11011100 | 101 | 1100111 | 0 | 1100010 | 110101 | 1110 | 101001101 | 1100000 | 101100 |
Color Harmonies of #DC0567
Complementary color
Monochromatic Colors of #DC0567
Black with #DC0567
Text Example
Text Example
White with #DC0567
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0567; }
p { color: rgb(220,5,103); }
H1.HeaderClassName
{
color: #DC0567;
}
.AnyTagClassName
{
color: #DC0567;
}
</style>
background-color css
<style>
a { background-color: #DC0567; }
a { background-color: rgb(220,5,103); }
div.DivClassName
{
background-color: #DC0567;
}
.BgClassName
{
background-color: #DC0567;
}
</style>
border-color css
<style>
span { border-color: #DC0567; }
span { border-color: rgb(220,5,103); }
td.TdClassName
{
border-color: #DC0567;
}
.TagClassName
{
border-color: #DC0567;
}
</style>